diff --git a/build.gradle b/build.gradle index fcfcfc5..c782645 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: "groovy" apply plugin: "application" group = "com.jdbernard" -version = "1.0" +version = "1.1" mainClassName = "com.jdbernard.net.GroovyDirectoryServer" diff --git a/src/main/groovy/com/jdbernard/net/GroovyDirectoryServer.groovy b/src/main/groovy/com/jdbernard/net/GroovyDirectoryServer.groovy index e418863..85873f6 100755 --- a/src/main/groovy/com/jdbernard/net/GroovyDirectoryServer.groovy +++ b/src/main/groovy/com/jdbernard/net/GroovyDirectoryServer.groovy @@ -6,7 +6,7 @@ import groovy.servlet.* public class GroovyDirectoryServer { - public static final String VERSION = "1.0" + public static final String VERSION = "1.1" public static void main(String[] args) { def port = 9002