diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-21 14:28:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-21 14:28:36 +0000 |
commit | f4481faf3ebcdf184c5e1e2189c705cc72d8c493 (patch) | |
tree | da23939778a8b4110a51c4720e3c1f7c3f6d7b99 /chef-config | |
parent | 443dd178f1606366f86bfe0ae899175795abda77 (diff) | |
download | chef-f4481faf3ebcdf184c5e1e2189c705cc72d8c493.tar.gz |
Bump version to 16.16.19 by Chef Expeditorv16.16.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 f09bc3f9fa..3c9c72010e 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.16.18".freeze + VERSION = "16.16.19".freeze end |