summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
commit1d7a668841a51f6d46544205d126b83b8d4bdb27 (patch)
tree41f6b7a1949b32d9d3a99e1807c76f270a85eb40 /chef-bin
parentbb93b4a218947db25a5607b6f65d4e24879eaef5 (diff)
downloadchef-1d7a668841a51f6d46544205d126b83b8d4bdb27.tar.gz
Bump version to 16.2.38 by Chef Expeditorv16.2.38
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 e4c6fd15af..5629b5a6f7 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.37".freeze
+ VERSION = "16.2.38".freeze
end
#