diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 01:49:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-07 01:49:41 +0000 |
commit | 1dfbd15afb830f8aa8959ea9e79ed2648d3c2997 (patch) | |
tree | a683752659a4c28494e1b94b60d923d0a63880b3 /lib/ohai/version.rb | |
parent | 5bf9f32ea0099dfedd722f6a91201a52f70ad0f6 (diff) | |
download | ohai-1dfbd15afb830f8aa8959ea9e79ed2648d3c2997.tar.gz |
Bump version to 17.0.33 by Chef Expeditorv17.0.33
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 109d3eaf..ce9ffdfe 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.32" + VERSION = "17.0.33" end |