diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-07-07 01:31:52 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-07-07 01:31:52 +0000 |
commit | 8d88150bb10c40d725d8f0b297fc63763a95db07 (patch) | |
tree | 7ba34393d2da4d377f30c5ce8b9a40aa82f9a3c4 /lib/chef/version.rb | |
parent | bc1d3f31029abc7b063db32ff5709584b6a75582 (diff) | |
download | chef-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.rb | 2 |
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 # |