diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-17 15:20:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-17 15:20:42 +0000 |
commit | 126523c77168502b249ba5b6dc114b181e530aa1 (patch) | |
tree | 64cf4871df5ae0104e831e44d6ea700d28d1a70e /chef-config | |
parent | c5f03b19ed99e28e0a4998ae7608a735fbe1791f (diff) | |
download | chef-126523c77168502b249ba5b6dc114b181e530aa1.tar.gz |
Bump version to 16.15.19 by Chef Expeditorv16.15.19
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 bfecbc593a..a7fc864af3 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.15.18".freeze + VERSION = "16.15.19".freeze end |