summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:54:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:54:24 +0000
commitdbfcc7b06b73a5414cec480998331d718cb10540 (patch)
treea2b8aedaee9125dbb4919506ffaf9e8d23bb7b6d /lib
parent56568c01e38202dc853011efd50812e441c933fc (diff)
downloadchef-dbfcc7b06b73a5414cec480998331d718cb10540.tar.gz
Bump version to 14.0.12 by Expeditorv14.0.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 cae58c492a..734e201c4c 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.0.11")
+ VERSION = Chef::VersionString.new("14.0.12")
end
#