summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-09 19:31:42 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-09 19:31:42 +0000
commit37d9fc5dbc1dfdcbf6680993e1173ddc93549c85 (patch)
tree3c16e490b6f946bb782a743ea923d4385ff92edc /lib
parent5bc0ddbfd4ce0ae007d109f081fc4a0c7fb169ac (diff)
downloadohai-37d9fc5dbc1dfdcbf6680993e1173ddc93549c85.tar.gz
Bump version to 18.0.18 by Chef Expeditorv18.0.18
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 2685e86b..76ed2593 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.17"
+ VERSION = "18.0.18"
end