summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-31 21:32:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-31 21:32:34 +0000
commitcabeb35e3e7f6122143f8de9cc37df7e870c83a6 (patch)
tree459eeb8fb853b72cbd009f5d27dcc3b6b57eaa61 /chef-config
parentd7863d82ccb345a3d7d47917f6d88ca12078fab1 (diff)
downloadchef-cabeb35e3e7f6122143f8de9cc37df7e870c83a6.tar.gz
Bump version to 18.0.84 by Chef Expeditorv18.0.84
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 7cc23db106..ff4f7ce846 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.0.83".freeze
+ VERSION = "18.0.84".freeze
end