summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 9b972d5bf8..acc4bde7f7 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.193".freeze
+ VERSION = "18.0.194".freeze
end
#