summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-12 22:00:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-12 22:00:46 +0000
commitfa0a6ff7fcba39f79b06ba0b66d6405e9f4dba3e (patch)
tree598a3d96c6a93b7591fbe40f8e1272384740c78a /chef-config
parentf532bbe1c830e20be79f147c83444d9a163ab16e (diff)
downloadchef-fa0a6ff7fcba39f79b06ba0b66d6405e9f4dba3e.tar.gz
Bump version to 18.0.198 by Chef Expeditorv18.0.198
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 1a92010fd4..4689625d26 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.197".freeze
+ VERSION = "18.0.198".freeze
end