diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-22 05:44:08 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-22 05:44:08 +0000 |
commit | f533b346960d6f31c96837a1e8e2c32ab2cf4f80 (patch) | |
tree | ffc2d6a660faf25888cc42d34a2964a2e0c4cff3 /chef-bin | |
parent | b99534fe0de8d9188455d8391a686e601a72bf20 (diff) | |
download | chef-f533b346960d6f31c96837a1e8e2c32ab2cf4f80.tar.gz |
Bump version to 16.0.6 by Chef Expeditorv16.0.6
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 cbedf08d23..5df8e84c31 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("../..", __FILE__) - VERSION = "16.0.5".freeze + VERSION = "16.0.6".freeze end # |