summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-27 17:35:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-27 17:35:18 +0000
commit8675b0849785d6610cf1406dc00d123f2713bccd (patch)
treecf9d91830fc1f44839fd52f763b320f7bc9d1cd7 /chef-bin
parentaa46bac4ef1382c4b58a059184e2cd818a8dd06b (diff)
downloadchef-8675b0849785d6610cf1406dc00d123f2713bccd.tar.gz
Bump version to 17.4.37 by Chef Expeditorv17.4.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 3aa22c2640..849d4826f7 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 = "17.4.36".freeze
+ VERSION = "17.4.37".freeze
end
#