Upgrade version to 0.9.4

This commit is contained in:
Marco Vermeulen
2013-01-04 17:07:00 +00:00
parent 75d74b8246
commit c41eddc0cd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
vertxVersion = '1.3.0.final'
gvmVersion = '0.9.3'
gvmVersion = '0.9.4'
environments {
dev {
gvmService = 'http://localhost:8080'

View File

@@ -5,7 +5,7 @@ Feature: Version
Scenario: Show the current version of gvm
When I enter "gvm version"
Then I see "Groovy enVironment Manager 0.9.3"
Then I see "Groovy enVironment Manager 0.9.4"
Scenario: The local gvm is out of date
Given no prior Broadcast was received

View File

@@ -11,7 +11,7 @@ class VertxUtils {
final static candidates = [groovy:groovy,grails:grails]
final static defaults = [groovy:'2.0.5',grails:'2.1.0']
static final gvmVersion = '0.9.3'
static final gvmVersion = '0.9.4'
static final vertxVersion = '1.3.0.final'