Up version to 0.5

This commit is contained in:
Marco Vermeulen
2012-10-16 22:19:55 +01:00
parent 310edb8186
commit dbfc85dfde
2 changed files with 2 additions and 2 deletions

View File

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