diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-05 18:04:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-05 18:04:23 +0000 |
commit | e06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d (patch) | |
tree | 7f20a349032a7bf099cd0222d03fa4db1014b703 /lib/ohai/version.rb | |
parent | 144715bdd024c9a988554af6858f24cc03a6a78f (diff) | |
download | ohai-e06c0f80ef0ce533b45fe86d5205e5e3a30cbd0d.tar.gz |
Bump version to 17.7.0 by Chef Expeditorv17.7.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 9995e3f2..5a5b889b 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.6.0" + VERSION = "17.7.0" end |