summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-15 19:38:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-15 19:38:12 +0000
commit731a3a82fe95324f5f9eb9791ef8d2ad54b52beb (patch)
treee0bfe984db845921ecab5834bcccbf115b7d2647 /lib
parenta41b588857acc92e32e3c5b8e0e8f6a59bed76ce (diff)
downloadchef-731a3a82fe95324f5f9eb9791ef8d2ad54b52beb.tar.gz
Bump version to 13.6.38 by Expeditorv13.6.38
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 258873f855..356c425b5c 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("13.6.37")
+ VERSION = Chef::VersionString.new("13.6.38")
end
#