summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 04:32:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 04:32:41 +0000
commit7f751ef7acb1c99a3754840a6ecfc7650494e50c (patch)
tree489b0a93200823d58de506be09801966f8a59504 /lib/chef/version.rb
parent55f6e8c2602c55abf8b27051a4e578169afd8c0e (diff)
downloadchef-7f751ef7acb1c99a3754840a6ecfc7650494e50c.tar.gz
Bump version to 14.12.11 by Chef Expeditorv14.12.11
Obvious fix; these changes are the result of automation not creative thinking.
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 881cdddd69..6e652345b3 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.12.10")
+ VERSION = Chef::VersionString.new("14.12.11")
end
#