summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-04 18:01:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-04 18:01:25 +0000
commit39967a5cd680c52a68d90b97f64d20020272e5f9 (patch)
tree14d32f7ad6236ca77c4d85291e00ab4f03c1b1ef /chef-utils
parent7145c0af5ffff057179b8c18e374d1ca759737c0 (diff)
downloadchef-39967a5cd680c52a68d90b97f64d20020272e5f9.tar.gz
Bump version to 18.0.28 by Chef Expeditorv18.0.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 f9aa216031..4321be7952 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.27"
+ VERSION = "18.0.28"
end