diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-19 06:19:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-19 06:19:41 +0000 |
commit | f6316a8d798c9a66fd0e87a71ce5e774c5b07158 (patch) | |
tree | 6c60e55498b786b5bbb37135df2726a8b34d1893 /chef-bin | |
parent | eb4cf191a0483fdb03cab199a8eb360026c4030a (diff) | |
download | chef-f6316a8d798c9a66fd0e87a71ce5e774c5b07158.tar.gz |
Bump version to 16.7.52 by Chef Expeditorv16.7.52
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 ec02e69e9b..a322d6e74c 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.7.51".freeze + VERSION = "16.7.52".freeze end # |