summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-06-20 17:05:18 +0000
committerChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-06-20 17:05:18 +0000
commit5c4dbb8b34f55e2e253f988cc958c8b0e78ccea5 (patch)
tree0b3317157a32becb907bb46e16a8c3828673714a /lib/chef/version.rb
parent413b52cbeee07f5c772e4b430b06afd29470447a (diff)
downloadchef-5c4dbb8b34f55e2e253f988cc958c8b0e78ccea5.tar.gz
Bump version of chef to 13.2.17 by Chef Expeditor.v13.2.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 44903e6e1b..14fe74fa49 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.2.16")
+ VERSION = Chef::VersionString.new("13.2.17")
end
#