summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-16 23:15:00 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-16 23:15:00 +0000
commit79867588444b2f2500dc96173263acd5e53aa73b (patch)
treea7579cda9b4f68d4f68bcb4be5d7808cb81803ee /chef-utils/lib
parent349db91b5e7f68bcf58e0cda5afe7ae9b2bebfdd (diff)
downloadchef-79867588444b2f2500dc96173263acd5e53aa73b.tar.gz
Bump version to 18.0.202 by Chef Expeditorv18.0.202
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 61189ed3dd..bf54bb6e81 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.201"
+ VERSION = "18.0.202"
end