summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-09 19:12:30 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-09 19:12:30 +0000
commit9209938dbf5371ab2cc07c67d9dd29d4274ae216 (patch)
treed2e20d41432900372ecac38fc04bcf3a56e3009e /chef-utils
parent62d4cdddd9eadf2fc1fd38696f3c52a9e8d82ac8 (diff)
downloadchef-9209938dbf5371ab2cc07c67d9dd29d4274ae216.tar.gz
Bump version to 18.2.24 by Chef Expeditorv18.2.24
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 635dfa5777..2f4c029c26 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.23"
+ VERSION = "18.2.24"
end