summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-07 00:26:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-07 00:26:05 +0000
commitd3767223cc4c236967550c16d3e519bbfcb8ea4c (patch)
tree2ba3e708f8301c455d376493a30904ed47d32a95 /lib
parent40cccfadf02c5a0212a9a86915c1f9433d432ae6 (diff)
downloadohai-d3767223cc4c236967550c16d3e519bbfcb8ea4c.tar.gz
Bump version to 18.0.1 by Chef Expeditorv18.0.1
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 7a385a4a..c3af583b 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.0"
+ VERSION = "18.0.1"
end