summaryrefslogtreecommitdiff
path: root/chef-bin/lib
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 /chef-bin/lib
parente8c3017825e526c207c5c7a49c13a0353b3b6838 (diff)
downloadchef-58f414171e8809121aa9fd65936b81a6423e5c99.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 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 7f394aae8d..ba0621d54a 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.5".freeze
+ VERSION = "16.5.6".freeze
end
#