diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 17:58:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 17:58:44 +0000 |
commit | ce52950dd18670f372f4717768965346054abf4f (patch) | |
tree | db94615ef1ccf115abd423d5fa3508df2b5325f3 /chef-config | |
parent | fe8217b534f363229ce21709c760b2055236d545 (diff) | |
download | chef-ce52950dd18670f372f4717768965346054abf4f.tar.gz |
Bump version to 15.0.176 by Chef Expeditorv15.0.176
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 0c2a5aa36b..82b2489759 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.175".freeze + VERSION = "15.0.176".freeze end # |