summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-04 14:11:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-04 14:11:47 +0000
commit80facf897fe4b7a672b4083311e2f122c7afc103 (patch)
tree5d2d370e2f126c765ec7af0b550093fd08c2807b /chef-config
parent7cda1d2d91a752de29aba2920a83a11b4f964be5 (diff)
downloadchef-80facf897fe4b7a672b4083311e2f122c7afc103.tar.gz
Bump version to 18.2.7 by Chef Expeditorv18.2.7
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 377734083d..4460c6b410 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.6".freeze
+ VERSION = "18.2.7".freeze
end