mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Bump to version 0.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
GVM_VERSION="0.6"
|
||||
GVM_VERSION="0.7"
|
||||
echo "Groovy enVironment Manager $GVM_VERSION"
|
||||
PLATFORM=$(uname)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user