summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-31 19:44:38 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-31 19:44:38 +0000
commit621d432f0ed0f8e0eed1911f3901c937e1111447 (patch)
treec75731481e64f7ff19a23cd9b032aecc522fb509 /lib
parent06fc3473963d182f83e4b55622e10e0faab54f98 (diff)
downloadohai-621d432f0ed0f8e0eed1911f3901c937e1111447.tar.gz
Bump version to 18.0.13 by Chef Expeditorv18.0.13
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 3b98b072..d1ddbee3 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.12"
+ VERSION = "18.0.13"
end