diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-17 21:52:49 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-17 21:52:49 +0000 |
commit | b12f3cc1e899006ac01bfef9348b89e19ab5027c (patch) | |
tree | 572d01c0026419973b5936db2eb749444625f797 /lib | |
parent | 676cd84530c84e2b595c61b810e6204d9257b44f (diff) | |
download | chef-b12f3cc1e899006ac01bfef9348b89e19ab5027c.tar.gz |
Bump version to 13.7.12 by Expeditorv13.7.12
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 049b3143e1..446f0bafab 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.7.11") + VERSION = Chef::VersionString.new("13.7.12") end # |