summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-12-07 14:59:28 -0600
committerTim Smith <tsmith@chef.io>2017-01-23 14:13:20 -0800
commitde03b1e4926bbdf9d25c88375c2d0641506caee8 (patch)
tree3e927522e9fb7ec62cfea106be57f4335b8d6e9e
parentdff145b4a777152b58abe3892ada4a9639bf73d4 (diff)
downloadohai-de03b1e4926bbdf9d25c88375c2d0641506caee8.tar.gz
Release 8.22.1
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--lib/ohai/version.rb2
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