diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 19:46:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 19:46:02 +0000 |
commit | aa33ea719c0e8c99008504fe19fc89981aff8427 (patch) | |
tree | d6d1d50cc26f0951cf0dceb61631e2d205347631 /chef-config | |
parent | af43ef78dc28dca286d96df696b4ed677fe153fd (diff) | |
download | chef-aa33ea719c0e8c99008504fe19fc89981aff8427.tar.gz |
Bump version to 16.13.9 by Chef Expeditorv16.13.9
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 a6a0165a2d..bd546733bf 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.13.8".freeze + VERSION = "16.13.9".freeze end |