From d1594f0aeb7837f8122b4c3906ffe8ddbb9b43cd Mon Sep 17 00:00:00 2001 From: Michael Daines Date: Mon, 20 Oct 2014 09:33:53 -0700 Subject: [PATCH] Bump version for release. --- nexpose.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexpose.gemspec b/nexpose.gemspec index c3c48880..70487539 100644 --- a/nexpose.gemspec +++ b/nexpose.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'nexpose' - s.version = '0.8.8' + s.version = '0.8.9' s.homepage = 'https://github.com/rapid7/nexpose-client' s.summary = 'Ruby API for Rapid7 Nexpose' s.description = 'This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.'