summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-06 08:15:36 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-06 08:15:36 +0000
commit0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (patch)
tree6e0ffecc32e711274ae980c9852b84996591357b /lib
parent95133a03950c9f1622ae262446a9204b01892d03 (diff)
downloadchef-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')
-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 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
#