summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-08 21:01:07 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-08 21:01:08 +0000
commitfd5c96e4bd8e3a66e21fff44ae8e87bf712779bc (patch)
treee25bf7bd669920e48c069d1ecc84b3947744c7d1 /lib
parent18a51e85baf33733d665c6b13d4fb37f733d4780 (diff)
downloadohai-fd5c96e4bd8e3a66e21fff44ae8e87bf712779bc.tar.gz
Bump version to 18.0.3 by Chef Expeditorv18.0.3
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 9d7bc79a..b17223f0 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.2"
+ VERSION = "18.0.3"
end