summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-01 20:30:03 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-01 20:30:03 +0000
commitcf11ea38b1069e2b666305be68158d37adfb7efb (patch)
tree5a69ca42501f26c827532ebf6a4b3cd32432c98d /chef-bin
parent8af3134e628ac311b4b6605fc70e87e3e7d2e32a (diff)
downloadchef-cf11ea38b1069e2b666305be68158d37adfb7efb.tar.gz
Bump version to 18.0.104 by Chef Expeditorv18.0.104
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 00486479c0..455fa13b87 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.103".freeze
+ VERSION = "18.0.104".freeze
end
#