diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-28 08:38:34 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-28 08:38:34 +0000 |
commit | 2dfe178a1b01a55cc9e2269a94f1af72b61a3153 (patch) | |
tree | 148648ab7f8624232060d2062252365cb9ad8185 /chef-config | |
parent | cc251faa16ccd8850b5a0a415308c7209f7648c5 (diff) | |
download | chef-2dfe178a1b01a55cc9e2269a94f1af72b61a3153.tar.gz |
Bump version of chef to 13.1.7 by Chef Versioner.v13.1.7
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 1079a44acf..00aeb7a811 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.6" + VERSION = "13.1.7" end # |