summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-17 21:52:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-17 21:52:49 +0000
commitb12f3cc1e899006ac01bfef9348b89e19ab5027c (patch)
tree572d01c0026419973b5936db2eb749444625f797 /lib
parent676cd84530c84e2b595c61b810e6204d9257b44f (diff)
downloadchef-b12f3cc1e899006ac01bfef9348b89e19ab5027c.tar.gz
Bump version to 13.7.12 by Expeditorv13.7.12
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 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
#