summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-21 20:58:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-21 20:58:15 +0000
commitc2e04b0376b18a9350aa43e0a6a00c1cb6393c08 (patch)
tree253294f1b7d6163652630a9760ee38fea79b9eaa /chef-utils
parent34a1773e5294f7d38e88607b048f6452df14b9bb (diff)
downloadchef-c2e04b0376b18a9350aa43e0a6a00c1cb6393c08.tar.gz
Bump version to 18.0.15 by Chef Expeditorv18.0.15
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 8d16dfbb9f..e8176e1af0 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.14"
+ VERSION = "18.0.15"
end