diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-20 23:42:14 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-20 23:42:14 +0000 |
commit | d8ab39bbf318bf9ceb25e188fff795a827097564 (patch) | |
tree | 4e794e7878f05c588163cdc2cd60db7b60fb3313 /lib/ohai/version.rb | |
parent | a0966c5f0a54d592f174319d02b84d916b842454 (diff) | |
download | ohai-d8ab39bbf318bf9ceb25e188fff795a827097564.tar.gz |
Bump version to 16.0.19 by Chef Expeditorv16.0.19
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b8079fdf..86f5bed5 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.18".freeze + VERSION = "16.0.19".freeze end |