Bump version to 0.8.

This commit is contained in:
Marco Vermeulen
2012-10-21 19:04:26 +01:00
parent fffa78e528
commit 2bebeebb1a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
GVM_VERSION="0.7"
GVM_VERSION="0.8"
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.7'
def gvmVersion = '0.8'
def vertxVersion = '1.2.3.final'
def config