summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 12:03:39 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 12:03:39 +0000
commitbb38966ab2cce9ebc8a1650ab0fb1e0a47a45468 (patch)
treec50eded774fe3972416d97a570a467912daa0e2e /chef-utils/lib
parentd516726f0e593493b8d1a59153acab51fb8b6d13 (diff)
downloadchef-bb38966ab2cce9ebc8a1650ab0fb1e0a47a45468.tar.gz
Bump version to 18.2.15 by Chef Expeditorv18.2.15
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 1eeed7eb7a..8ab9b0aa3a 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.14"
+ VERSION = "18.2.15"
end