summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
commitb12e038a577f12bede63eeffe876a0b40ab762dc (patch)
tree4d386443712d3f95a3b18c51408bb1fa086dd939 /chef-utils
parent0487257fa059494e54188885a3a2f0d599838dd5 (diff)
downloadchef-b12e038a577f12bede63eeffe876a0b40ab762dc.tar.gz
Bump version to 18.1.25 by Chef Expeditorv18.1.25
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 50df9e78da..298f9ae2f0 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.24"
+ VERSION = "18.1.25"
end