diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-28 20:15:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-28 20:15:48 +0000 |
commit | 37d6e01d39993e43efdf12cd2a9aead8d0b71295 (patch) | |
tree | 347d2a3a1a843d4977c8c5d9fd8f1da319300bdc /chef-bin/lib | |
parent | 9738c670511334fb5ec985b436f078294ccdc46d (diff) | |
download | chef-37d6e01d39993e43efdf12cd2a9aead8d0b71295.tar.gz |
Bump version to 17.0.7 by Chef Expeditorv17.0.7
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 4dacb2c762..d7474855c8 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.0.6".freeze + VERSION = "17.0.7".freeze end # |