From c5abc986701e5a13d60cad57c5f5cb2861369b25 Mon Sep 17 00:00:00 2001 From: Michael Daines Date: Wed, 12 Nov 2014 15:19:47 -0800 Subject: [PATCH] Bumping version for release. --- lib/nexpose/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nexpose/version.rb b/lib/nexpose/version.rb index e503eeaa..e4bb8262 100644 --- a/lib/nexpose/version.rb +++ b/lib/nexpose/version.rb @@ -1,4 +1,4 @@ module Nexpose # The latest version of the Nexpose gem - VERSION = '0.8.14' + VERSION = '0.8.15' end