summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-02 00:31:07 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-02 00:31:07 +0000
commitdae77fc75b5646490d9a69a5d36bf87326f18047 (patch)
treec905a6eb15853bccf1254de4710175436775ea69 /chef-bin
parent0508d666cb48344cb2f425a3d30f3564994f8e57 (diff)
downloadchef-dae77fc75b5646490d9a69a5d36bf87326f18047.tar.gz
Bump version to 15.1.37 by Chef Expeditorv15.1.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 6a761a1763..2aee561239 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 = "15.1.36".freeze
+ VERSION = "15.1.37".freeze
end
#