summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 19:26:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 19:26:39 +0000
commit280a7f32564d6448cfb828fe78e75fe58bf11292 (patch)
tree5641fb1f9f15b2c37e798edee749b41b9ac0261c /chef-bin
parent216017dd69c0394cc13e8b451efffc92fa4659e0 (diff)
downloadchef-280a7f32564d6448cfb828fe78e75fe58bf11292.tar.gz
Bump version to 16.0.252 by Chef Expeditorv16.0.252
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 6a844b63cf..78ceb88765 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.251".freeze
+ VERSION = "16.0.252".freeze
end
#