summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-07 01:31:52 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-07 01:31:52 +0000
commit8d88150bb10c40d725d8f0b297fc63763a95db07 (patch)
tree7ba34393d2da4d377f30c5ce8b9a40aa82f9a3c4 /lib/chef/version.rb
parentbc1d3f31029abc7b063db32ff5709584b6a75582 (diff)
downloadchef-8d88150bb10c40d725d8f0b297fc63763a95db07.tar.gz
Bump version of chef to 12.12.20 by Chef Versioner.v12.12.20
Diffstat (limited to 'lib/chef/version.rb')
-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 06a8cad5a6..9a5e30b654 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.19"
+ VERSION = "12.12.20"
end
#