summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
commit846b1e828f574239d548a0b7a248c584d5b2b323 (patch)
tree4a4b3f7cd867c24b924c4bc3c614b84ee8d0b498 /chef-config
parent03d0c461f79c985f5ec04c382726bd5585743061 (diff)
downloadchef-846b1e828f574239d548a0b7a248c584d5b2b323.tar.gz
Bump version to 18.2.9 by Chef Expeditorv18.2.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 ffc8f82271..71fde18251 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.8".freeze
+ VERSION = "18.2.9".freeze
end