summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 01:12:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 01:12:36 +0000
commite2c1f68c41957a680c35892fa4b50c6bb4332173 (patch)
treeeedd9bf12ea04eeafc544472907ad8ffbbf21570 /chef-bin
parentd919b75ab7b67726cd7f28817d77f4a26b0de303 (diff)
downloadchef-e2c1f68c41957a680c35892fa4b50c6bb4332173.tar.gz
Bump version to 16.7.37 by Chef Expeditorv16.7.37
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 38256af1ea..2b1b38d944 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.36".freeze
+ VERSION = "16.7.37".freeze
end
#