From d2888c0f48738839c9bbf2589fc831994df8c3b4 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Mon, 5 Oct 2015 15:20:49 -0700 Subject: [PATCH] Bump revision to 8.7.0 --- lib/ohai/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index a56c5e9a5..ca6e4a0dd 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.6.0' + VERSION = '8.7.0' end