diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 07:04:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 07:04:23 +0000 |
commit | 5a1bce1ca8bf3310f14632c28ed0f0e9b04ec2f9 (patch) | |
tree | eb40283fba2bc0e3a50eb35be32a58193ea20783 /lib | |
parent | dabd66308ac6a5d80f32d4567fdf6431428e6460 (diff) | |
download | ohai-5a1bce1ca8bf3310f14632c28ed0f0e9b04ec2f9.tar.gz |
Bump version to 16.3.1 by Chef Expeditorv16.3.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 24d504cf..9aaa76cb 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "16.3.0".freeze + VERSION = "16.3.1".freeze end |