summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 15:10:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 15:10:49 +0000
commit01dd481594a2d89b850bfc941c7483a1ecca7070 (patch)
tree4a7a4ee51ef45fb41bef6a6702ff425d45a128ad /lib
parent55d0f0c2b58a2a59cb58f411c7e4f9fa32c4aba1 (diff)
downloadchef-01dd481594a2d89b850bfc941c7483a1ecca7070.tar.gz
Bump version to 14.0.17 by Expeditorv14.0.17
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 97532a6741..fbe17efc4f 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.0.16")
+ VERSION = Chef::VersionString.new("14.0.17")
end
#