summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-28 22:07:53 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-28 22:07:53 +0000
commit1846641d64e3e1e47c0387fae83bbdef9eee868e (patch)
tree085ebc2583c815317a0ad4bcde152e024a45e2a5 /chef-utils
parentcf642c0cce993d0399dc1420cce0034ffcd297d3 (diff)
downloadchef-1846641d64e3e1e47c0387fae83bbdef9eee868e.tar.gz
Bump version to 18.2.2 by Chef Expeditorv18.2.2
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 49230785be..15c80da083 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.1"
+ VERSION = "18.2.2"
end