summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-07 08:59:45 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-07 08:59:45 +0000
commit1e990f8a335b2d42eae76d073546a32218144e17 (patch)
treeb91af45b0436768f3cf74d7218ec438448272358 /chef-utils
parente6486a5fdcdbbe8978b5d5bd09d5c7d0dcbee1eb (diff)
downloadchef-1e990f8a335b2d42eae76d073546a32218144e17.tar.gz
Bump version to 18.0.107 by Chef Expeditorv18.0.107
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 d58b9510ec..d830d44573 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.106"
+ VERSION = "18.0.107"
end