diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-01 22:20:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-01 22:20:11 +0000 |
commit | acb23859f867121b361b513c69a4a01b85ee3c19 (patch) | |
tree | c8862d55c1606a4f5e1cd177356a75b93133876f /chef-config | |
parent | bd3fbfdc45ac96e4bd7dc6972c088cbf10659ef6 (diff) | |
download | chef-acb23859f867121b361b513c69a4a01b85ee3c19.tar.gz |
Bump version to 15.0.200 by Chef Expeditorv15.0.200
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 85a31091c9..6670d64ccd 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.199".freeze + VERSION = "15.0.200".freeze end # |