summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-01 17:44:31 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-01 17:44:31 +0000
commitd0bf3218be86997d5d8412a61b6923f6fb77e6e5 (patch)
treeb2073526fb6a942a674f5217a909c7b9a66f6f3e /chef-config
parente82dfb54c37ab08a460d429a89dbaceac1a3f50c (diff)
downloadchef-d0bf3218be86997d5d8412a61b6923f6fb77e6e5.tar.gz
Bump version to 18.0.59 by Chef Expeditorv18.0.59
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 83afcec2df..1b3b303e8b 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.58".freeze
+ VERSION = "18.0.59".freeze
end