summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 555fa612f8..99df51f807 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.103")
+ VERSION = Chef::VersionString.new("18.0.104")
end
#