summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-09 19:38:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-09 19:38:26 +0000
commit89e6a08889f414efabc53a1c15c418baddc5cd2d (patch)
tree9e9f010b89ffac8b238e8b5d41b49c34af0b7cc1 /lib/ohai/version.rb
parentab1a32cd15265a5305bcb0f81f5115ab9d917799 (diff)
downloadohai-89e6a08889f414efabc53a1c15c418baddc5cd2d.tar.gz
Bump version to 18.0.20 by Chef Expeditorv18.0.20
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 0cdceff4..e3a136f0 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.0.19"
+ VERSION = "18.0.20"
end