summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-09 15:04:05 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-09 15:04:05 +0000
commit690670e535ccd0749199f6d9f11b88660ca3e34c (patch)
treea052665c1149f2b8316f905261ae9f2fea1f02ea /lib
parent8ed24be9cc9836c2158ef23f35fe0cca871555e2 (diff)
downloadchef-690670e535ccd0749199f6d9f11b88660ca3e34c.tar.gz
Bump version of chef to 12.11.27 by Chef Versioner.v12.11.27
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 44b34cb0a8..bee49dae6c 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.26"
+ VERSION = "12.11.27"
end
#