diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-16 10:43:34 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-16 10:43:34 +0000 |
commit | a2890be2422453dee593ffb1f5eb6a49271c83be (patch) | |
tree | 2f5c59dddd4320d01bad2a4e4e56c51979c27f01 /chef-config/lib | |
parent | ef44e5bd88682bf783b58ce665f4fb7d6bd76dd8 (diff) | |
download | chef-a2890be2422453dee593ffb1f5eb6a49271c83be.tar.gz |
Bump version of chef to 13.1.20 by Chef Versioner.v13.1.20
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index ecb45c4690..1d91375ba7 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.1.19" + VERSION = "13.1.20" end # |