diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-17 21:01:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-17 21:01:14 +0000 |
commit | bea342daed755aff8b31d7cc3a6f3ad9e438ec92 (patch) | |
tree | 030b019fa0a9d1e12adf371b35b5649d3a68da7c /chef-config | |
parent | 48b3702ed15148aac96ca25af9f81f96a26d2531 (diff) | |
download | chef-bea342daed755aff8b31d7cc3a6f3ad9e438ec92.tar.gz |
Bump version to 15.0.220 by Chef Expeditorv15.0.220
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 5b63dc4a98..6c157403a4 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.219".freeze + VERSION = "15.0.220".freeze end # |