summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-19 10:57:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-19 10:57:27 +0000
commit3b6800b84eeb7bd8f84a748ac6734104fdac04b4 (patch)
treeff2eadc79bc27ae368426d4a3618cbac627baa67 /lib/chef/version.rb
parentf98d9f2684959e22db84121f707cf21361811cc4 (diff)
downloadchef-3b6800b84eeb7bd8f84a748ac6734104fdac04b4.tar.gz
Bump version to 13.7.16 by Expeditorv13.7.16
Diffstat (limited to 'lib/chef/version.rb')
-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 7d88a8cc0c..9bfe3554ef 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("13.7.15")
+ VERSION = Chef::VersionString.new("13.7.16")
end
#