diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-11 12:30:21 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-11 12:30:21 +0000 |
commit | 1ca02ec8d269135c997b180965e5f8ebb2ddd627 (patch) | |
tree | 45071bf6f74babb2b44f2867f9e5553f99fa4522 /chef-config | |
parent | 3b8a6cff6ed1fa993174d51df58887448598e17e (diff) | |
download | chef-1ca02ec8d269135c997b180965e5f8ebb2ddd627.tar.gz |
Bump version of chef to 13.1.13 by Chef Versioner.v13.1.13
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 03ad93f7cd..73aea0dde6 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.12" + VERSION = "13.1.13" end # |