summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-09 16:18:08 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-09 16:18:08 +0000
commit2894585a40fbec06a5ff224ad579ff7194833aa2 (patch)
tree48af6ef8083a4ce842cd5904b460f27477d73baa /lib
parent35ed91107e38f3fdfc50e7e054a8343e25545534 (diff)
downloadchef-2894585a40fbec06a5ff224ad579ff7194833aa2.tar.gz
Bump version to 13.5.15 by Chef Expeditorv13.5.15
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 21c443aa8e..0d073160af 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.5.14")
+ VERSION = Chef::VersionString.new("13.5.15")
end
#