summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-23 10:19:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-23 10:19:03 +0000
commit437594e25b1bdcd5c5b0af3b2dbfcf7dac6749b8 (patch)
tree0439d0f7ad2c71239d43f59106e0750907fa44ae /lib/chef
parent8382d655b5eb3df354d9399d6c1f07d5ce6cb644 (diff)
downloadchef-437594e25b1bdcd5c5b0af3b2dbfcf7dac6749b8.tar.gz
Bump version to 13.6.15 by Expeditorv13.6.15
Diffstat (limited to 'lib/chef')
-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 090ef60a29..454fa415e4 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.14")
+ VERSION = Chef::VersionString.new("13.6.15")
end
#