summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-23 20:02:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-23 20:02:23 +0000
commitc58f3f977ea340c8d902ae126d7f49984b961b0b (patch)
treea8ddb3e31e73b7387a4fe35bcd1d132d5bb93e03 /chef-bin
parent343264ef12d74841b013f6434690f2ebd5eae5e3 (diff)
downloadchef-c58f3f977ea340c8d902ae126d7f49984b961b0b.tar.gz
Bump version to 16.17.52 by Chef Expeditorv16.17.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 9ee0c8b2c6..4f25f99d57 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.17.51".freeze
+ VERSION = "16.17.52".freeze
end
#