summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-10-05 15:20:49 -0700
committerJohn Keiser <john@johnkeiser.com>2015-10-05 15:20:49 -0700
commitd2888c0f48738839c9bbf2589fc831994df8c3b4 (patch)
tree37d5289632172b9795746d542930007c1d6de02d
parent7cac8904c8a45a39a7f740c03696fc11b8ea8fd1 (diff)
downloadohai-stable.tar.gz
Bump revision to 8.7.0v8.7.0stablejk/8.7.0
-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 a56c5e9a..ca6e4a0d 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