summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-31 17:18:11 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-31 17:18:11 +0000
commitd5249426a11ada942365160fcb3a64de0840a09c (patch)
treed3d5a578819083759ef4c62603e5e219b1a32f0d /lib/chef
parent8a7158de00b0e8ef7813c68400a46791c681176e (diff)
downloadchef-d5249426a11ada942365160fcb3a64de0840a09c.tar.gz
Bump version of chef to 12.11.12 by Chef Versioner.v12.11.12
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 de8d45b2a7..886415787f 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.11"
+ VERSION = "12.11.12"
end
#