summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-07 22:46:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-07 22:46:10 +0000
commitecac9bc41e7aff16786af373029d685ac7f558d4 (patch)
treee1acc9db8da55efbe042dab2539fcab7ba4e6739 /lib
parent3ccfc28cdf9d6320f0e576026c27dd51cfb28240 (diff)
downloadohai-ecac9bc41e7aff16786af373029d685ac7f558d4.tar.gz
Bump version to 18.0.10 by Chef Expeditorv18.0.10
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 d2e79d84..b2243e27 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.9"
+ VERSION = "18.0.10"
end