summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-03 20:16:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-03 20:16:16 +0000
commit49eb6989660fff5ecf695a3991f83f1ddaae7d1c (patch)
treef01ecf31246cb1939c57ff62aacd9ed9519212df /lib/ohai/version.rb
parent9e845047fd978a1ab75f232545b49196c62a46fd (diff)
downloadohai-49eb6989660fff5ecf695a3991f83f1ddaae7d1c.tar.gz
Bump version to 16.0.8 by Chef Expeditorv16.0.8
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai/version.rb')
-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 c6fa311f..e2718d1a 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "16.0.7".freeze
+ VERSION = "16.0.8".freeze
end