diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 17:33:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 17:33:05 +0000 |
commit | 229755a0f5a3da36799a73b6fb764bc7e02579a2 (patch) | |
tree | a7f39948b1001806626e76400f17df9b49f56e7a /chef-config | |
parent | a359b42077a1bf7f0e9fe8b7210aad547889fae7 (diff) | |
download | chef-229755a0f5a3da36799a73b6fb764bc7e02579a2.tar.gz |
Bump version to 16.4.9 by Chef Expeditorv16.4.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 9a991e4bef..283fb0fe1f 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.4.8".freeze + VERSION = "16.4.9".freeze end |