summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 19:50:33 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 19:50:33 +0000
commitfc1ffb52793526d6cf22bc3c1a86526a9ea64a8c (patch)
tree9402a3709799e0339d5a5bbe5a674a7870c219ff /chef-bin
parent311e1e1f1fd88de329e69faf4f4d555197ecb067 (diff)
downloadchef-fc1ffb52793526d6cf22bc3c1a86526a9ea64a8c.tar.gz
Bump version to 16.0.253 by Chef Expeditorv16.0.253
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 78ceb88765..b8753cba33 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.0.252".freeze
+ VERSION = "16.0.253".freeze
end
#