summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-01 20:47:19 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-01 20:47:19 +0000
commitc034452de1d5f269ef1570e2734fe8af33014d89 (patch)
tree409e23deeffc32bfb4e214b19972254dd1b9555f /chef-bin
parentb65b3e787e0fa97ccf95a1f61c7792351953d1f5 (diff)
downloadchef-c034452de1d5f269ef1570e2734fe8af33014d89.tar.gz
Bump version to 18.0.193 by Chef Expeditorv18.0.193
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 e6a6c899cd..9b972d5bf8 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.192".freeze
+ VERSION = "18.0.193".freeze
end
#