summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 17:50:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 17:50:00 +0000
commit4bc193401a089719fa9017a653dd0e8357efb484 (patch)
tree502cc0a92b7432492386a5bbec06fea10b0222af /lib
parent4e586321a728a3847c78da3d8e6e870b25b7ab77 (diff)
downloadchef-4bc193401a089719fa9017a653dd0e8357efb484.tar.gz
Bump version to 15.7.16 by Chef Expeditorv15.7.16
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 ac5ca0321d..887baf7498 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.7.15")
+ VERSION = Chef::VersionString.new("15.7.16")
end
#