summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-21 07:34:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-21 07:34:23 +0000
commit3fbcea52fd161e18216db0bf42c8e91ace71ade9 (patch)
tree3dd5d0ee95739797d4aabd87de51401bda12747c /lib/chef/version.rb
parentc1027c4017631a7f1694d60f81efc8b46e0a8dc0 (diff)
downloadchef-3fbcea52fd161e18216db0bf42c8e91ace71ade9.tar.gz
Bump version to 18.0.91 by Chef Expeditorv18.0.91
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 c231214d74..6f709b4684 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.90")
+ VERSION = Chef::VersionString.new("18.0.91")
end
#