From 5a147489ac776f329fc35bd364302125206f9e2b Mon Sep 17 00:00:00 2001 From: Scott Green Date: Tue, 7 Jul 2015 15:05:43 -0700 Subject: [PATCH] Update version.rb --- 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 aff7d70f..5edee222 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 = '1.2.1' + VERSION = '1.3.0' end