diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-14 23:25:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-14 23:25:07 +0000 |
commit | 73a809b88292a980dbd0b6e7998c0b56cde80b2c (patch) | |
tree | 594cece003db35c1e48b3d9b9bf6b20f79640459 /chef-config | |
parent | ce5878a70577171a1ff23517fdd3151d982eefdd (diff) | |
download | chef-73a809b88292a980dbd0b6e7998c0b56cde80b2c.tar.gz |
Bump version to 17.5.9 by Chef Expeditorv17.5.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 7a7e5cc0fd..12508fe74e 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 = "17.5.8".freeze + VERSION = "17.5.9".freeze end |