diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-06 20:58:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-06 20:58:39 +0000 |
commit | 7676b65932cdfac7fa6f73584537ef4ff6c22c82 (patch) | |
tree | 7b1361176b7b5787cf1e25c098fb0cd1b53a41b7 /chef-config | |
parent | 4c88d334f5520995c69dbca499235ac4ec5143a1 (diff) | |
download | chef-7676b65932cdfac7fa6f73584537ef4ff6c22c82.tar.gz |
Bump version to 15.0.179 by Chef Expeditorv15.0.179
Obvious fix; these changes are the result of automation not creative thinking.
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 a94b1ac112..eece9951ff 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 = "15.0.178".freeze + VERSION = "15.0.179".freeze end # |