summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 22:07:16 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 22:07:16 +0000
commitaa0d50e250680891a3b3918bf900999b93034a48 (patch)
tree0670ca17ab9676c7e7cbc8074da103a38f0291e7 /chef-utils/lib
parent5a1bd6e1dd5c1b503f4b9da1d927293ee6a66677 (diff)
downloadchef-aa0d50e250680891a3b3918bf900999b93034a48.tar.gz
Bump version to 18.2.5 by Chef Expeditorv18.2.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 0cf24dfe03..a97d92cdd1 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.2.4"
+ VERSION = "18.2.5"
end