summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-11 17:37:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-11 17:37:43 +0000
commite84e6b9f408c9edaadd96224f718edf7dfd95074 (patch)
tree91363efa539b6ca6dad8e692396fdab5998adc9c /lib/chef/version.rb
parent264b629a2193db96a2c542b107d41da576be728b (diff)
downloadchef-e84e6b9f408c9edaadd96224f718edf7dfd95074.tar.gz
Bump version to 14.3.1 by Chef Expeditorv14.3.1
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 0c51b36fb2..b08a847d7b 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.0")
+ VERSION = Chef::VersionString.new("14.3.1")
end
#