summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-17 02:07:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-17 02:07:41 +0000
commit7395e450b0c15fa9f462039bc5a864f699960716 (patch)
tree37aa6268936f8e13afbc51209db028202c83fd83 /lib/chef/version.rb
parent9971a5b13528d89c2d7ea5c1e2a04ee5bc7d3cb5 (diff)
downloadchef-7395e450b0c15fa9f462039bc5a864f699960716.tar.gz
Bump version to 14.4.37 by Chef Expeditorv14.4.37
Diffstat (limited to 'lib/chef/version.rb')
-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 cc827d4b96..7bbfa86a61 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.4.36")
+ VERSION = Chef::VersionString.new("14.4.37")
end
#