summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-04 13:20:55 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-04 13:20:55 +0000
commit8e36188cce67808d2f09c633993e6eba66792ccd (patch)
treea91007a67a92c64b27e998e5e979b707234c990c /chef-utils/lib/chef-utils/version.rb
parent1b903a49cb5daceb4eda7736f247f85d7aa2370a (diff)
downloadchef-8e36188cce67808d2f09c633993e6eba66792ccd.tar.gz
Bump version to 18.2.22 by Chef Expeditorv18.2.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 8569c81638..658d87b67a 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.2.21"
+ VERSION = "18.2.22"
end