summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 02:46:08 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 02:46:08 +0000
commitbc98db2fd24d75443d048a83ae1844eec7499507 (patch)
tree30843bce719fc573d2e9fdb065aa0553a3996564 /lib/chef
parent3c1e14a40b4fb381f794c212151176537888fa53 (diff)
downloadchef-bc98db2fd24d75443d048a83ae1844eec7499507.tar.gz
Bump version to 14.0.16 by Expeditorv14.0.16
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index ae2ac100a4..97532a6741 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.15")
+ VERSION = Chef::VersionString.new("14.0.16")
end
#