summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-01 00:45:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-01 00:45:03 +0000
commit3eb3a20e83c063df3a3949b39021fb8a05c9b247 (patch)
treee51a2f9a7ad5e6a6fa2bf6be768c96e348f56610 /chef-config
parent16aaea15f91f705a9f87b59005bed699419c248a (diff)
downloadchef-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.rb2
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