diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 23:36:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 23:36:35 +0000 |
commit | 58f414171e8809121aa9fd65936b81a6423e5c99 (patch) | |
tree | 466432b91227e23eac87b2eb81cbba2b8306930d /chef-bin/lib | |
parent | e8c3017825e526c207c5c7a49c13a0353b3b6838 (diff) | |
download | chef-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.rb | 2 |
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 # |