summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-19 05:20:55 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-19 05:20:55 +0000
commit0338adab3fdd735b71d14280e229ebccf96261bb (patch)
tree9e320a1304a9719333b07d5f5d155b0ef6ffcea6 /chef-bin
parent71c4f4b489d0d3f779b951624614c2f07a530ce3 (diff)
downloadchef-0338adab3fdd735b71d14280e229ebccf96261bb.tar.gz
Bump version to 17.9.53 by Chef Expeditorv17.9.53
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 af2dbbee85..e2948ac04f 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.9.52".freeze
+ VERSION = "17.9.53".freeze
end
#