diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 20:17:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 20:17:35 +0000 |
commit | 3d491cc6796a3e31828cff13107fb3e19520ca5d (patch) | |
tree | ca8e734166baa66996ae36b89984f95eb97a0ad7 /lib/ohai/version.rb | |
parent | d2c23dacbb4433d83dd1432e370e35a767f1eb45 (diff) | |
download | ohai-3d491cc6796a3e31828cff13107fb3e19520ca5d.tar.gz |
Bump version to 16.10.0 by Chef Expeditorv16.10.0
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 bd10ec05..f64ad18c 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "16.8.2" + VERSION = "16.10.0" end |