summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
commit081e9cb360291f95d6a3c5c75090c7355f5d9365 (patch)
tree008acf1ac415e5546ade7d3a7eaf3e1db9999cfe /chef-utils
parentaeab9f73d40ab4894061f74a78b6e88919e907f0 (diff)
downloadchef-081e9cb360291f95d6a3c5c75090c7355f5d9365.tar.gz
Bump version to 18.0.122 by Chef Expeditorv18.0.122
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 72de2a34ca..dcf2a6ae94 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.121"
+ VERSION = "18.0.122"
end