summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-08 11:58:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-08 11:58:03 +0000
commit85aee950564df6d373c6f67beb0fe33dfab3f613 (patch)
tree6950f59475f160e9175a6d8caf77e04e07b649a3 /lib/chef/version.rb
parent5cd0ef1036b0fc82b6385655fee16176c506aadb (diff)
downloadchef-85aee950564df6d373c6f67beb0fe33dfab3f613.tar.gz
Bump version to 13.4.17 by Chef Expeditorv13.4.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 eb0ca4245a..020659f3d6 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.4.16")
+ VERSION = Chef::VersionString.new("13.4.17")
end
#