summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
commit846b1e828f574239d548a0b7a248c584d5b2b323 (patch)
tree4a4b3f7cd867c24b924c4bc3c614b84ee8d0b498 /chef-utils
parent03d0c461f79c985f5ec04c382726bd5585743061 (diff)
downloadchef-846b1e828f574239d548a0b7a248c584d5b2b323.tar.gz
Bump version to 18.2.9 by Chef Expeditorv18.2.9
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 5bcc743291..8900bbaa54 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.8"
+ VERSION = "18.2.9"
end