summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-24 23:27:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-24 23:27:06 +0000
commit437b472852e12e1334393bfe8948b3d6b7571e6c (patch)
tree36830ba6f2254857eb763918386ea78a853fdfb2 /lib/chef/version.rb
parenta936764d1287a61f46853544c6c4c843c9f94b56 (diff)
downloadchef-437b472852e12e1334393bfe8948b3d6b7571e6c.tar.gz
Bump version to 16.5.8 by Chef Expeditorv16.5.8
Obvious fix; these changes are the result of automation not creative thinking.
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 aab0fc2aba..1911036ec0 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("16.5.7")
+ VERSION = Chef::VersionString.new("16.5.8")
end
#