summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-07 01:25:35 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-07 01:25:35 +0000
commitea15504eb0e8797a435eb8c823e31bdb996a4305 (patch)
tree92618b29eb0a8b3fd30164de019da24f479ba219 /lib
parent06e4f92241b5b09ea2c9d24365eb3f7a78fdda70 (diff)
downloadchef-ea15504eb0e8797a435eb8c823e31bdb996a4305.tar.gz
Bump version of chef to 12.11.21 by Chef Versioner.v12.11.21
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 f6ad2f20ad..2fb9675977 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.20"
+ VERSION = "12.11.21"
end
#