Correct versioning to 0.8.2

This commit is contained in:
Marco Vermeulen
2012-11-01 17:18:37 +00:00
parent c6e5035837
commit db6818e3ba
3 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ Feature: Version
Scenario: Show the current version of gvm
When I enter "gvm version"
Then I see "Groovy enVironment Manager 0.8"
Then I see "Groovy enVironment Manager 0.8.2"

View File

@@ -10,7 +10,7 @@ class VertxUtils {
final static candidates = [grails:grails]
final static defaults = [grails:'2.1.0']
static final gvmVersion = '0.81'
static final gvmVersion = '0.8.2'
static final vertxVersion = '1.2.3.final'

View File

@@ -1,5 +1,5 @@
#!/bin/bash
GVM_VERSION="0.81"
GVM_VERSION="0.8.2"
PLATFORM=$(uname)
#