summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-12 19:31:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-12 19:31:53 +0000
commit409eac9ad65a706a401b9259298bbf1c5ecd339d (patch)
treea59d830e36ea70ea3216601c13e60e8de8d9d170 /lib
parent4610b2586083b4d2e54e8d824d5b596b11434f6f (diff)
downloadchef-409eac9ad65a706a401b9259298bbf1c5ecd339d.tar.gz
Bump version to 14.3.8 by Chef Expeditorv14.3.8
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 a1f8c65481..57c2a5817b 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.7")
+ VERSION = Chef::VersionString.new("14.3.8")
end
#