summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 18:17:20 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 18:17:20 +0000
commita75cd086c42a025c5953df45594772e844eb94cc (patch)
tree4fc2a34052e50d1e2dd1bcd5432b215f875986ba /chef-utils
parent02c6454e52a4d8d098f4f366833b829c20195b4d (diff)
downloadchef-a75cd086c42a025c5953df45594772e844eb94cc.tar.gz
Bump version to 18.2.4 by Chef Expeditorv18.2.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-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 bcda5d1271..0cf24dfe03 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.3"
+ VERSION = "18.2.4"
end