summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-18 16:50:58 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-18 16:50:58 +0000
commita174c2b1e658087c3cadca1c9a253d97d69709df (patch)
treedddb7ed42034d6c5614ef489766e8ee23d6d5f79 /lib/chef/version.rb
parentd5907bf00781fd82adac6182cc398f2dc0975900 (diff)
downloadchef-a174c2b1e658087c3cadca1c9a253d97d69709df.tar.gz
Bump version to 14.3.17 by Chef Expeditorv14.3.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 3112951694..7b30763bc7 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.3.16")
+ VERSION = Chef::VersionString.new("14.3.17")
end
#