summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-12-07 14:59:28 -0600
committerTom Duffield <tom@chef.io>2016-12-07 14:59:28 -0600
commit0123a605dd3ea7f467662a098602b86e55f0c442 (patch)
tree7454f4f9220092466b5c93282be267398144af3a
parente5abf16ce4110936bf03cabfd254eaa126bb5a6b (diff)
downloadohai-0123a605dd3ea7f467662a098602b86e55f0c442.tar.gz
Release 8.22.1v8.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