summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-23 19:40:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-23 19:40:35 +0000
commit4dafc2aa22f054618c50d6f5f0823389e0ca5ba6 (patch)
treeec74cce2b50157475876124ce6b3639371bba969 /chef-bin
parent4d3f0bbc748e568c8ca112d571032422990085c1 (diff)
downloadchef-4dafc2aa22f054618c50d6f5f0823389e0ca5ba6.tar.gz
Bump version to 16.13.53 by Chef Expeditorv16.13.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 50e7f3cff0..9ec883b8cd 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.13.52".freeze
+ VERSION = "16.13.53".freeze
end
#