diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-03 20:16:16 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-03 20:16:16 +0000 |
commit | 49eb6989660fff5ecf695a3991f83f1ddaae7d1c (patch) | |
tree | f01ecf31246cb1939c57ff62aacd9ed9519212df /lib | |
parent | 9e845047fd978a1ab75f232545b49196c62a46fd (diff) | |
download | ohai-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')
-rw-r--r-- | lib/ohai/version.rb | 2 |
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 |