diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-09 06:00:46 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-09 06:00:46 +0000 |
commit | 0ed91d3ee20a0f4c6c932a7346296226dd191a12 (patch) | |
tree | 263cafb8792b650665d2e75791264b2953031673 /chef-bin | |
parent | b8c7740ed8c1c7c1e74fd670609a428aa1f94419 (diff) | |
download | chef-0ed91d3ee20a0f4c6c932a7346296226dd191a12.tar.gz |
Bump version to 16.17.2 by Chef Expeditorv16.17.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 1b1e9c926c..4538d5ed56 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.17.1".freeze + VERSION = "16.17.2".freeze end # |