summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
commit02bcb3fa523feee6334a5e68bc4e5b64b7b30253 (patch)
tree1298196c7588c1506ef8d680b88967bc6b048cc5 /chef-utils
parentffe18d3144da81de1340a6b199f4271bb9cd445f (diff)
downloadchef-02bcb3fa523feee6334a5e68bc4e5b64b7b30253.tar.gz
Bump version to 18.1.28 by Chef Expeditorv18.1.28
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 c0e2979818..4117255cba 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.27"
+ VERSION = "18.1.28"
end