diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-10 03:07:21 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-10 03:07:21 +0000 |
commit | 59e254411f78a14528cc6a3c9fa37e560fc03d1c (patch) | |
tree | 394266246d0140a00258270d5b590ce738d946c2 /lib/chef | |
parent | 537d4e33052466680113a07fb1d4efa96d8e06d4 (diff) | |
download | chef-59e254411f78a14528cc6a3c9fa37e560fc03d1c.tar.gz |
Bump version to 13.5.17 by Chef Expeditorv13.5.17
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |