summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-24 06:02:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-24 06:02:23 +0000
commit07f6280ee09ff1a7b0549db00bbd5fd81144470d (patch)
treeba693e4acfa7ef53476bc9bca27f37b30edece48 /chef-bin
parent83913b37494ba45224a1d9ab8b294358d0217a05 (diff)
downloadchef-07f6280ee09ff1a7b0549db00bbd5fd81144470d.tar.gz
Bump version to 16.2.54 by Chef Expeditorv16.2.54
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 6db02fbced..af40d5b5ba 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("../..", __FILE__)
- VERSION = "16.2.53".freeze
+ VERSION = "16.2.54".freeze
end
#