diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-01 23:08:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-01 23:08:58 +0000 |
commit | 86d0e37a886ce55c804639ab855dfb2a91a3a101 (patch) | |
tree | 9be8b3af95b65f66eee7bd0ce7b15868f4b6e66a /chef-bin | |
parent | 4c8a6a68856dbd717849411b4b7725ab6a2fe69b (diff) | |
download | chef-86d0e37a886ce55c804639ab855dfb2a91a3a101.tar.gz |
Bump version to 17.4.45 by Chef Expeditorv17.4.45
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 ccc3c7daa5..cabb11179f 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.4.44".freeze + VERSION = "17.4.45".freeze end # |