diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-06 08:15:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-06 08:15:36 +0000 |
commit | 0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (patch) | |
tree | 6e0ffecc32e711274ae980c9852b84996591357b /lib/chef | |
parent | 95133a03950c9f1622ae262446a9204b01892d03 (diff) | |
download | chef-0d7b182dbd02b7f5177bafff788cb6a5aad6b316.tar.gz |
Bump version to 14.6.17 by Chef Expeditorv14.6.17sp/testing-azure-devops
Obvious fix; these changes are the result of automation not creative thinking.
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 2c669e3b3e..274f6323bc 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("14.6.16") + VERSION = Chef::VersionString.new("14.6.17") end # |