summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 00:12:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 00:12:41 +0000
commit5c475240f9fb93d70fbc27803c845cb43d223105 (patch)
tree346a0243fc7636dd5a3067a4b287515c7efd519d /chef-utils
parent013175bb754d7825a373ce877b5abfcb67dc08c2 (diff)
downloadchef-5c475240f9fb93d70fbc27803c845cb43d223105.tar.gz
Bump version to 18.0.73 by Chef Expeditorv18.0.73
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 ff0db46e7d..9a151860d1 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.72"
+ VERSION = "18.0.73"
end