summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-10 21:28:25 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-10 21:28:25 +0000
commitc32cb1c97adfb73dd4748626f1e075df6bc39e6f (patch)
treeb00259888790f02b06936cec1b2ee8baa99796b9 /lib
parent0ae7acabf284c0378f476c540e02161e09524989 (diff)
downloadchef-c32cb1c97adfb73dd4748626f1e075df6bc39e6f.tar.gz
Bump version of chef to 12.19.21 by Chef Versioner.v12.19.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 c16ddbd795..8f5ddb7faa 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.19.20"
+ VERSION = "12.19.21"
end
#