summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 20:00:30 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 20:00:30 +0000
commit5a66cb510a21e8391c72064d27caaa9d20480094 (patch)
tree4d0f7a79af64582d095e4de3bb889d7cf738218d /lib
parentfd5c08797d4ff73d3e2352ad985e7b49a9e3a085 (diff)
downloadohai-5a66cb510a21e8391c72064d27caaa9d20480094.tar.gz
Bump version to 18.0.15 by Chef Expeditorv18.0.15
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 438e46c4..81ac92ee 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.14"
+ VERSION = "18.0.15"
end