summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 16:35:55 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 16:35:55 +0000
commit4f8ff6e4ba8694db17c8b07001c0a477cb535bb7 (patch)
tree647561d77bc619d6842970216f1eca944b528dbb /chef-utils/lib
parent99c128d04617b2ce2e800e1edc4c68ba1927a9b3 (diff)
downloadchef-4f8ff6e4ba8694db17c8b07001c0a477cb535bb7.tar.gz
Bump version to 18.1.24 by Chef Expeditorv18.1.24
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 67f74f435d..50df9e78da 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.1.23"
+ VERSION = "18.1.24"
end