summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-26 14:19:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-26 14:19:44 +0000
commit002e559a94117796566fe32f2687b7f41597464d (patch)
tree716730bf63a3ec3b0e93bdfcc66e9a43f5e246c6 /lib/chef
parent90daa00422b0bb05973ca17ff1b1e7be401998de (diff)
downloadchef-002e559a94117796566fe32f2687b7f41597464d.tar.gz
Bump version of chef to 12.10.21 by Chef Versioner.v12.10.21
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 d3856bd586..69fe4bf4a8 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.20"
+ VERSION = "12.10.21"
end
#