summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-20 20:36:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-20 20:36:37 +0000
commit26f1f8273d3fff0cebe1e89a35f601e5747686b0 (patch)
tree36b93d355f697547126e1e83cdedea640518a32e /chef-bin
parentc19dfd70148d07f6ae6f8fb2aa00bda50115ba2a (diff)
downloadchef-26f1f8273d3fff0cebe1e89a35f601e5747686b0.tar.gz
Bump version to 16.7.53 by Chef Expeditorv16.7.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 a322d6e74c..2c52b3a2f4 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.52".freeze
+ VERSION = "16.7.53".freeze
end
#