Bump to version 0.7

This commit is contained in:
Marco Vermeulen
2012-10-19 08:40:08 +01:00
parent a7fcdbb676
commit 37abf727a2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
GVM_VERSION="0.6"
GVM_VERSION="0.7"
echo "Groovy enVironment Manager $GVM_VERSION"
PLATFORM=$(uname)

View File

@@ -2,7 +2,7 @@ import groovy.text.SimpleTemplateEngine
import org.vertx.groovy.core.http.RouteMatcher
import org.vertx.java.core.json.JsonObject
def gvmVersion = '0.6'
def gvmVersion = '0.7'
def vertxVersion = '1.2.3.final'
def config