summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-27 01:19:13 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-27 01:19:13 +0000
commit6166da5cc30581f27b0de6ae3f3051912df9ffd4 (patch)
tree4d7b606eae1d1decc8503503501ce96097bf3fce /chef-utils
parentdf96f22193a05c4fb1aacabc3f9115d35edf0e52 (diff)
downloadchef-6166da5cc30581f27b0de6ae3f3051912df9ffd4.tar.gz
Bump version to 18.1.8 by Chef Expeditorv18.1.8
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 51bc5dcfa3..c67554f256 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.1.7"
+ VERSION = "18.1.8"
end