summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-26 14:22:10 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-26 14:22:10 +0000
commit69a5c52c2928e7a324c26738f128cb3782280c46 (patch)
treeda99b3324db4f7bbe8c190f0622436b3b5889edb /lib/chef
parente5d899e0ad47c55bb31be7415842926eba2ea7cd (diff)
downloadchef-69a5c52c2928e7a324c26738f128cb3782280c46.tar.gz
Bump version of chef to 12.11.5 by Chef Versioner.v12.11.5
Diffstat (limited to 'lib/chef')
-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 1299c0bc03..be4be6ddf2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.11.4"
+ VERSION = "12.11.5"
end
#