summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 20:06:17 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-04 20:06:17 +0000
commit425d599c90b7a07ac903502b46fd3045cc41ae98 (patch)
tree9157822607c90a6ab30438cca28ffc6e3311081c /lib/chef/version.rb
parent8b4611f296ac762932c5d6745994dc5201800615 (diff)
downloadchef-425d599c90b7a07ac903502b46fd3045cc41ae98.tar.gz
Bump version to 14.2.0 by Chef Expeditorv14.2.0
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 a3c9e998b7..f8d16c8209 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.1.36")
+ VERSION = Chef::VersionString.new("14.2.0")
end
#