diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-14 18:38:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-14 18:38:57 +0000 |
commit | b6230ade96386ba51a89b76b2e9220e70548a61a (patch) | |
tree | 39a755ac936d6cc17bfe9f40805f78af98bbb626 /lib/ohai/version.rb | |
parent | 94bc3a7b3d9df09cb304e04a04a68e101ab21cb9 (diff) | |
download | ohai-b6230ade96386ba51a89b76b2e9220e70548a61a.tar.gz |
Bump version to 16.6.4 by Chef Expeditorv16.6.4
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 f58a057e..48cfcb8f 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.6.3".freeze + VERSION = "16.6.4".freeze end |