diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-01 00:45:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-01 00:45:03 +0000 |
commit | 3eb3a20e83c063df3a3949b39021fb8a05c9b247 (patch) | |
tree | e51a2f9a7ad5e6a6fa2bf6be768c96e348f56610 /chef-config | |
parent | 16aaea15f91f705a9f87b59005bed699419c248a (diff) | |
download | chef-3eb3a20e83c063df3a3949b39021fb8a05c9b247.tar.gz |
Bump version to 17.8.25 by Chef Expeditorv17.8.25
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 4b2c69aa32..f1975cf157 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.8.24".freeze + VERSION = "17.8.25".freeze end |