summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 03:35:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 03:35:30 +0000
commit91d308ba5ee4b8b95b78ac5e566d5ca53062d9fc (patch)
tree442e4924d3e432e483f05a0fcdad8e5eaa67a645 /lib/chef/version.rb
parent57d88270bbe68d2163a87362c4053ee2e581ee25 (diff)
downloadchef-91d308ba5ee4b8b95b78ac5e566d5ca53062d9fc.tar.gz
Bump version to 14.3.9 by Chef Expeditorv14.3.9
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 57c2a5817b..fce14c3745 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.8")
+ VERSION = Chef::VersionString.new("14.3.9")
end
#