summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 20:02:19 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 20:02:19 +0000
commita021a1f23764f14567834556bd194a7e56ba797c (patch)
tree4d3685223226a274412839dd4e4f96b4200abba8 /lib
parent17c15da1af6ca8e5c9529c57e6abcbe504fa9fd3 (diff)
downloadohai-a021a1f23764f14567834556bd194a7e56ba797c.tar.gz
Bump version to 18.0.11 by Chef Expeditorv18.0.11
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 b2243e27..91286c2e 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.10"
+ VERSION = "18.0.11"
end