summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-07 01:23:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-07 01:23:44 +0000
commit06e4f92241b5b09ea2c9d24365eb3f7a78fdda70 (patch)
tree5d8e1c8cf447a4ecb65a679d10c045420a8a4c5c /lib
parent7f19168e1cf78c13c943b33db61f6ac40837a598 (diff)
downloadchef-06e4f92241b5b09ea2c9d24365eb3f7a78fdda70.tar.gz
Bump version of chef. to 12.11.20 by Chef Versioner.v12.11.20
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 574abd88f0..f6ad2f20ad 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.19"
+ VERSION = "12.11.20"
end
#