diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-15 19:38:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-12-15 19:38:12 +0000 |
commit | 731a3a82fe95324f5f9eb9791ef8d2ad54b52beb (patch) | |
tree | e0bfe984db845921ecab5834bcccbf115b7d2647 /lib | |
parent | a41b588857acc92e32e3c5b8e0e8f6a59bed76ce (diff) | |
download | chef-731a3a82fe95324f5f9eb9791ef8d2ad54b52beb.tar.gz |
Bump version to 13.6.38 by Expeditorv13.6.38
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |