diff options
author | Tom Duffield <tom@chef.io> | 2016-12-07 14:59:28 -0600 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-01-23 14:13:20 -0800 |
commit | de03b1e4926bbdf9d25c88375c2d0641506caee8 (patch) | |
tree | 3e927522e9fb7ec62cfea106be57f4335b8d6e9e /lib | |
parent | dff145b4a777152b58abe3892ada4a9639bf73d4 (diff) | |
download | ohai-de03b1e4926bbdf9d25c88375c2d0641506caee8.tar.gz |
Release 8.22.1
Signed-off-by: Tom Duffield <tom@chef.io>
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 c2a964c5..6133a0ad 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 = "8.22.0" + VERSION = "8.22.1" end |