summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-07 08:38:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-07 08:38:49 +0000
commit8ec9f0cbd5a092c2ca8a9630e9d577042c74285b (patch)
treef2233aadca23558a3304b30c5cb12410ab57b64f /chef-utils
parent320243e4f0b9b08e7c66c438af2ce800ae46fa48 (diff)
downloadchef-8ec9f0cbd5a092c2ca8a9630e9d577042c74285b.tar.gz
Bump version to 18.0.128 by Chef Expeditorv18.0.128
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 55a1bedace..56c57ebf9e 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.0.127"
+ VERSION = "18.0.128"
end