summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-16 20:13:32 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-16 20:13:32 +0000
commit89d6265e75b3daf795c7fd1345d40398a9b634df (patch)
tree38340d17b8271d8b71d0b91228929c33abc0b0e4 /chef-utils
parent6287cc40b94e62e2a9d8d3b5d3936f37469e3104 (diff)
downloadchef-main.tar.gz
Bump version to 18.2.26 by Chef ExpeditorHEADv18.2.26main
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 61059a890a..fe52fdf82f 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.25"
+ VERSION = "18.2.26"
end