diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-09 22:01:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-09 22:01:43 +0000 |
commit | 6df07f8b55d2e56288f8b1c0ff60a048ce376c74 (patch) | |
tree | 1d3ae2fcfa09712c465ef90bd4da9d2b003c4ae5 /chef-config | |
parent | d3323695544d257e909753fc76b8eb689f0feb73 (diff) | |
download | chef-6df07f8b55d2e56288f8b1c0ff60a048ce376c74.tar.gz |
Bump version to 15.0.209 by Chef Expeditorv15.0.209
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 c0435a976a..18b6bc80cf 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.208".freeze + VERSION = "15.0.209".freeze end # |