diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-03-21 08:03:48 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-03-21 08:03:48 +0000 |
commit | 577689941fad549b51506268387d8686cf92b876 (patch) | |
tree | 9056d52ea66eb8846b720b0d34a57f96bc1d7638 /chef-config | |
parent | 580a916b2d44c8fe166136e7da354fc898b89ad8 (diff) | |
download | chef-577689941fad549b51506268387d8686cf92b876.tar.gz |
Bump version of chef to 13.0.58 by Chef Versioner.v13.0.58
Diffstat (limited to 'chef-config')
-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 2372ef0995..9abc626d4c 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.0.57" + VERSION = "13.0.58" end # |