summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-12 13:07:11 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-12 13:07:11 +0000
commit5c240fab0fc4bf8167fb8acc8cea19914e462d3a (patch)
tree8ee6e2935bffec43351884391df751d94233c83c /lib/chef/version.rb
parentc6c3a74be7dcc765792ee5cac88a62da8730b14f (diff)
downloadchef-5c240fab0fc4bf8167fb8acc8cea19914e462d3a.tar.gz
Bump version to 14.3.38 by Chef Expeditorv14.3.38
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 821ad94c07..78986b8c00 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.3.37")
+ VERSION = Chef::VersionString.new("14.3.38")
end
#