summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 18:56:44 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-13 18:56:44 +0000
commit12e679ac83758d9c4528b9c00a2a98ebde2cc714 (patch)
tree4486831631a36c4a954a1acb3e591c59bab0803b /lib
parentd4a070975d361f231afe820f2b8140a30d0b8639 (diff)
downloadchef-12e679ac83758d9c4528b9c00a2a98ebde2cc714.tar.gz
Bump version to 14.3.12 by Chef Expeditorv14.3.12
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 476fe70ec9..d265c68397 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.11")
+ VERSION = Chef::VersionString.new("14.3.12")
end
#