summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 23:36:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 23:36:35 +0000
commit58f414171e8809121aa9fd65936b81a6423e5c99 (patch)
tree466432b91227e23eac87b2eb81cbba2b8306930d /lib/chef
parente8c3017825e526c207c5c7a49c13a0353b3b6838 (diff)
downloadchef-skeshari-test.tar.gz
Bump version to 16.5.6 by Chef Expeditorv16.5.6skeshari-test
Obvious fix; these changes are the result of automation not creative thinking.
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 bc8d7cbd28..1b7356424e 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.5")
+ VERSION = Chef::VersionString.new("16.5.6")
end
#