summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 19:27:37 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 19:27:37 +0000
commit5c93a068a8abc03dd5f9df6c5d33c93a6e05b53f (patch)
tree4fbec8fb2b3bf6d0dfa25bec93646fd0178859d1 /chef-config
parent46ccf0d12d07b85c7809d36ab4a1253c3ecc53aa (diff)
downloadchef-5c93a068a8abc03dd5f9df6c5d33c93a6e05b53f.tar.gz
Bump version to 18.0.97 by Chef Expeditorv18.0.97
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 3da27fc91d..86b77455bc 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.96".freeze
+ VERSION = "18.0.97".freeze
end