diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-10 21:06:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-10 21:06:04 +0000 |
commit | d3b57c04a810c8254fc6dcfffe45fb2dd36a4bde (patch) | |
tree | 123b7b6ddd31899bb006d0b929fe8c376ea61dd9 /chef-config | |
parent | 83deb9278295ceecb1c66dfe81ed167c29d629c2 (diff) | |
download | chef-d3b57c04a810c8254fc6dcfffe45fb2dd36a4bde.tar.gz |
Bump version to 17.8.0 by Chef Expeditorv17.8.0
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 94d33b9aed..f9c0a8195e 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.7.39".freeze + VERSION = "17.8.0".freeze end |