summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-27 19:03:38 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-27 19:03:38 +0000
commit35af355e89ac2c994c2135e6e916d48f32fd251f (patch)
tree297913e76812dc115cb9f18484d12f933088332d /chef-utils/lib
parent69a19c2ce7cf6933dfc4c4a32e159b1b44847ff5 (diff)
downloadchef-35af355e89ac2c994c2135e6e916d48f32fd251f.tar.gz
Bump version to 18.1.26 by Chef Expeditorv18.1.26
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 298f9ae2f0..1075a9ddf5 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.25"
+ VERSION = "18.1.26"
end