summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 02532df098..838b9d0275 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.36")
+ VERSION = Chef::VersionString.new("15.1.37")
end
#