summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-01 22:04:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-01 22:04:22 +0000
commit1cc66762ec76e0c118ec135be5bf6138bd4b5909 (patch)
tree31a50c2b0562bd533a8854e7582727a87c6a51a1 /chef-config
parent24fd13aa1d9cb57e359ec51681fbf44ff3b97709 (diff)
downloadchef-1cc66762ec76e0c118ec135be5bf6138bd4b5909.tar.gz
Bump version to 18.0.194 by Chef Expeditorv18.0.194
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 db4381e0de..07848dadeb 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.193".freeze
+ VERSION = "18.0.194".freeze
end