summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-25 03:16:51 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-25 03:16:51 +0000
commitd513a441a1fc0ff89a6adf92a0fd0af2df0dbef2 (patch)
tree4ef0d70e7f3695229095c95b772e7fc658166564 /chef-config
parent732344557d032e062c49cf84b29dfcd4ac138106 (diff)
downloadchef-d513a441a1fc0ff89a6adf92a0fd0af2df0dbef2.tar.gz
Bump version to 18.0.99 by Chef Expeditorv18.0.99
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 bbf193d5d4..8a372ae144 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.98".freeze
+ VERSION = "18.0.99".freeze
end