summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-10 03:07:21 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-10 03:07:21 +0000
commit59e254411f78a14528cc6a3c9fa37e560fc03d1c (patch)
tree394266246d0140a00258270d5b590ce738d946c2 /lib/chef/version.rb
parent537d4e33052466680113a07fb1d4efa96d8e06d4 (diff)
downloadchef-59e254411f78a14528cc6a3c9fa37e560fc03d1c.tar.gz
Bump version to 13.5.17 by Chef Expeditorv13.5.17
Diffstat (limited to 'lib/chef/version.rb')
-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 4013fb2f18..16454557c5 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.16")
+ VERSION = Chef::VersionString.new("13.5.17")
end
#