diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-12 16:55:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-12 16:55:58 +0000 |
commit | 0154d81e4caa42634b416e11cc34f4abf7ae2729 (patch) | |
tree | 06d054c948cf053d98f8aca4c8713aeb7c6917b2 /lib | |
parent | 299923310befbcc0e68e3fbea95e39955919497d (diff) | |
download | ohai-0154d81e4caa42634b416e11cc34f4abf7ae2729.tar.gz |
Bump version to 16.1.1 by Chef Expeditorv16.1.1
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 0ee7ebe5..2f8baf10 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.1.0".freeze + VERSION = "16.1.1".freeze end |