diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 15:49:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 15:49:54 +0000 |
commit | 6601778dd135c02ec392907d1a297444cd522a48 (patch) | |
tree | 6d8f2324f92e7cb2371fbaf0d6ecc4b2de392267 /chef-bin/lib | |
parent | eaf6812e76dffa95ca2df0732b55af8938844f2b (diff) | |
download | chef-6601778dd135c02ec392907d1a297444cd522a48.tar.gz |
Bump version to 17.6.17 by Chef Expeditorv17.6.17
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 c18360c525..56425fe881 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.16".freeze + VERSION = "17.6.17".freeze end # |