summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-07 00:24:42 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-07 00:24:42 +0000
commit7bb4a60bf160d850e980e30cef0172eb1a4dab42 (patch)
treeb13cdb8064bda56e8425bfb0389f419295befc02 /lib/ohai/version.rb
parent55e68480fe34d7d68d5e754e2f9796cec607d9a5 (diff)
downloadohai-7bb4a60bf160d850e980e30cef0172eb1a4dab42.tar.gz
Bump version to 18.0.0 by Chef Expeditorv18.0.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai/version.rb')
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d9e088a7..7a385a4a 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.9.2"
+ VERSION = "18.0.0"
end