summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-20 14:27:07 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-20 14:27:07 +0000
commite20829715197b6aa420a2d8f2544e8760993645c (patch)
tree3f5bdb6df302a315c8331532cff380f728e97aed /lib/chef
parentd5863c04ef4719e3ad36623cdc3685feaa3f0b42 (diff)
downloadchef-e20829715197b6aa420a2d8f2544e8760993645c.tar.gz
Bump version of chef to 12.10.12 by Chef Versioner.v12.10.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 cc524e7e56..55febd93c6 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.10.11"
+ VERSION = "12.10.12"
end
#