summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
commit79ff895c4a66ccf6eadf73ec490fd8470a8cc318 (patch)
treecfcdceea1093b78742162ee03172e547cca767b0 /chef-utils
parent90e15c54cea6e2527114fa3d139b3111f90ead48 (diff)
downloadchef-79ff895c4a66ccf6eadf73ec490fd8470a8cc318.tar.gz
Bump version to 18.0.74 by Chef Expeditorv18.0.74
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 9a151860d1..226dfe4b8b 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.73"
+ VERSION = "18.0.74"
end