diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 14:22:03 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-05 14:22:03 +0000 |
commit | 560c95ceb109a4e1b1be0005cc7896df79739ce4 (patch) | |
tree | 7527c8574c3aed5b690624ff00e7565583457be1 /lib/chef | |
parent | d5d0ec41352c596532f58ce643e88f0606883064 (diff) | |
download | chef-560c95ceb109a4e1b1be0005cc7896df79739ce4.tar.gz |
Bump version of chef to 12.18.20 by Chef Versioner.v12.18.20
Diffstat (limited to 'lib/chef')
-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 be07504969..ddb4fab391 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.18.19" + VERSION = "12.18.20" end # |