summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-26 14:34:43 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-26 14:34:43 +0000
commit4983a764c34e4dac894fe87c3a893e4d54fa7e54 (patch)
tree35a542a782feaf56b6aabe89f4354497229df6d8 /lib/chef
parent69a5c52c2928e7a324c26738f128cb3782280c46 (diff)
downloadchef-4983a764c34e4dac894fe87c3a893e4d54fa7e54.tar.gz
Bump version of chef to 12.11.6 by Chef Versioner.v12.11.6
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 be4be6ddf2..7d4d24a4f6 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.5"
+ VERSION = "12.11.6"
end
#