diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-01 17:09:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-01 17:09:32 +0000 |
commit | f9e3c81f591fef9a0b88deab654972218dd843b8 (patch) | |
tree | 49c18ca0aa9ae65c780a67b07c5018a164e89981 /chef-config | |
parent | 1767cecab210119d75893d065db84e4b1e6e0195 (diff) | |
download | chef-f9e3c81f591fef9a0b88deab654972218dd843b8.tar.gz |
Bump version to 15.0.198 by Chef Expeditorv15.0.198
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 ec850353c0..8257aef94a 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.197".freeze + VERSION = "15.0.198".freeze end # |