summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 05:04:36 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 05:04:36 +0000
commitfb7af56751a240bb66de650319375d1eb91460fa (patch)
tree77e869867b0037168e73f69aa967b7a635148194 /lib/chef/version.rb
parenta69191bb4ffa482218dd47144912f0dc5c132a3d (diff)
downloadchef-fb7af56751a240bb66de650319375d1eb91460fa.tar.gz
Bump version to 14.3.10 by Chef Expeditorv14.3.10
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 fce14c3745..98911491b7 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.9")
+ VERSION = Chef::VersionString.new("14.3.10")
end
#