summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-25 19:38:02 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-25 19:38:02 +0000
commit4a54274d9c21bb9500989346d0d0ee22ba6076b3 (patch)
treeb7b873b2b5ef817edbbffe440825eca2aad8cffd /chef-utils/lib
parentaeb711bca1bd33e762157fdca3f8e175dc2ef4af (diff)
downloadchef-4a54274d9c21bb9500989346d0d0ee22ba6076b3.tar.gz
Bump version to 18.2.17 by Chef Expeditorv18.2.17
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 f8a92747f8..fcbe0efd9b 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.16"
+ VERSION = "18.2.17"
end