summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-07 15:18:28 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-07 15:18:28 +0000
commitdfe3498c68da48362b6bf8d558ecd3386702cd45 (patch)
treefa6894eec22f05eb4d273f848086c4773be71c46 /lib
parent658afdca7a4568c2a6ce6ae539a18b4d8314a031 (diff)
downloadchef-dfe3498c68da48362b6bf8d558ecd3386702cd45.tar.gz
Bump version of chef to 12.12.21 by Chef Versioner.v12.12.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 9a5e30b654..86aa4d2f21 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.12.20"
+ VERSION = "12.12.21"
end
#