summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-24 15:09:00 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-24 15:09:00 +0000
commit8e4a6aa13f337ff6299a2f3265b803d93eedb4db (patch)
tree9309ee4be9c6b2a5e103f87c3a66d9370b39f0d5 /lib/chef
parenteac2e5970cbd0ebaa0fb759239ed390b9244d254 (diff)
downloadchef-8e4a6aa13f337ff6299a2f3265b803d93eedb4db.tar.gz
Bump version of chef to 12.16.21 by Chef Versioner.v12.16.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 835be31aca..a398616140 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.16.20"
+ VERSION = "12.16.21"
end
#