summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-24 03:21:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-24 03:21:46 +0000
commita5e6b4e47c82fc9e741192006b98d0dec237c1fe (patch)
tree2a6dcbb9ebd18c794ac9fc772fbbe2fb9685f64e /lib/chef/version.rb
parent4b6efd0acd35d086840757f7b7f842805945f326 (diff)
downloadchef-a5e6b4e47c82fc9e741192006b98d0dec237c1fe.tar.gz
Bump version to 18.0.98 by Chef Expeditorv18.0.98
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 73611f5212..09e529cd02 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.97")
+ VERSION = Chef::VersionString.new("18.0.98")
end
#