diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-22 22:45:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-22 22:45:21 +0000 |
commit | 133bd41fea2e6fff3e5106253af11e59ce4f3d61 (patch) | |
tree | 8ef57ed262c9cd153e4b942f93350e6b62f2e824 /lib/ohai | |
parent | 83e39d43c93014d9ce3aa10c0ea39732828e4d2f (diff) | |
download | ohai-133bd41fea2e6fff3e5106253af11e59ce4f3d61.tar.gz |
Bump version to 17.0.40 by Chef Expeditorv17.0.40
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 f61e3770..285e3391 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.39" + VERSION = "17.0.40" end |