summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 01:31:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 01:31:40 +0000
commit9eec7706fc7140e1611cb8b2d309e53dc352b275 (patch)
tree9a8dea085dc53aa11dc82e4f237144e7c49a83be /lib
parent100fa46cecb0304077efaa96d19f2675f30ac72d (diff)
downloadchef-9eec7706fc7140e1611cb8b2d309e53dc352b275.tar.gz
Bump version to 17.8.16 by Chef Expeditorv17.8.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 3192b0027b..024fee4627 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("..", __dir__)
- VERSION = Chef::VersionString.new("17.8.15")
+ VERSION = Chef::VersionString.new("17.8.16")
end
#