summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-26 18:16:32 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-26 18:16:32 +0000
commit3f2e1ca604c2ab1079589a763058dfeb04986a94 (patch)
treea4609cdc55e3c7183ce886e413b02f13cc65f335 /lib/chef/version.rb
parentbba8696de55fdb49540711514a444720e2dff683 (diff)
downloadchef-3f2e1ca604c2ab1079589a763058dfeb04986a94.tar.gz
Bump version to 18.0.92 by Chef Expeditorv18.0.92
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 6f709b4684..cc49588a28 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.91")
+ VERSION = Chef::VersionString.new("18.0.92")
end
#