summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-10 12:35:52 +0000
commit4ebf4d96c26c684af7fb04982a6924258c616696 (patch)
treefb32bf3522ed4a963269d83f17c7658ad6b4f281 /chef-config
parent42a076b15384dc4451dfbd0026c6b8d31d0774c1 (diff)
downloadchef-4ebf4d96c26c684af7fb04982a6924258c616696.tar.gz
Bump version to 18.2.25 by Chef Expeditorv18.2.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 a175fbc6a2..dcc1c4db9f 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 = "18.2.24".freeze
+ VERSION = "18.2.25".freeze
end