summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 62d26b104f..1c0442d9e5 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.2.14".freeze
+ VERSION = "18.2.15".freeze
end