summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-21 01:56:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-21 01:56:13 +0000
commitc296400c61458bb7e2e216e40a34ca0834abb5b4 (patch)
tree76109fdac6ad0e615c2a8e5632d5bc839728e6eb /chef-bin/lib/chef-bin/version.rb
parent48e5428f71525c9ed82f95484f32f6926950d97c (diff)
downloadchef-c296400c61458bb7e2e216e40a34ca0834abb5b4.tar.gz
Bump version to 16.6.37 by Chef Expeditorv16.6.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 558baa894c..b5f3596c27 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.6.36".freeze
+ VERSION = "16.6.37".freeze
end
#