diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-01 19:35:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-01 19:35:58 +0000 |
commit | 2397af29ecc3c3e849d817a8519d32866aab89ff (patch) | |
tree | d4ddc97c3898d051b44b93a2808db16400f0e83b /lib/ohai | |
parent | cbfc8d1bae27bf364eca21b2a0fed70e3dbe73e0 (diff) | |
download | ohai-2397af29ecc3c3e849d817a8519d32866aab89ff.tar.gz |
Bump version to 17.0.24 by Chef Expeditorv17.0.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai')
-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 9d843c7d..e0f29d8d 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.0.23" + VERSION = "17.0.24" end |