summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-02 19:48:13 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-02 19:48:13 +0000
commitc8e43aba2745c3cd1c51185813067db74a36be3e (patch)
tree84002745715746a07e1790b8d31cf4995e234d0e /chef-utils/lib
parent0a7c1a55bb316479bc57768eac243becfd1d2eec (diff)
downloadchef-c8e43aba2745c3cd1c51185813067db74a36be3e.tar.gz
Bump version to 18.2.18 by Chef Expeditorv18.2.18
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 fcbe0efd9b..657b84a5c6 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.17"
+ VERSION = "18.2.18"
end