summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 17:39:20 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 17:39:20 +0000
commitda989793de1e10c0c0a1ea2bf8c727c6fb3434e1 (patch)
tree031278ab305e0117a62dc7d9cf796a56213aa8e1 /chef-bin
parent6d6ae2c5bd2f243a1405c1e829dcc329336be90e (diff)
downloadchef-da989793de1e10c0c0a1ea2bf8c727c6fb3434e1.tar.gz
Bump version to 16.3.52 by Chef Expeditorv16.3.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.rb2
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 8c4e35c2df..40416f9653 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.3.51".freeze
+ VERSION = "16.3.52".freeze
end
#