diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 18:34:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 18:34:44 +0000 |
commit | a7ea044e91dd87e7f228e285fcd03bbf58ece61d (patch) | |
tree | 3975b400927a576bc6538b11f5c5603eb71940ce /chef-bin/lib | |
parent | 4e4e43079c8a51da263ad50030ac88d5eff3692f (diff) | |
download | chef-a7ea044e91dd87e7f228e285fcd03bbf58ece61d.tar.gz |
Bump version to 17.6.11 by Chef Expeditorv17.6.11
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 e15e5ee2b1..e70a207ad5 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 = "17.6.10".freeze + VERSION = "17.6.11".freeze end # |