Bump version number for new work.

This commit is contained in:
Jonathan Bernard 2015-11-03 09:41:56 -06:00
parent 486e718eee
commit 344b386fb0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "application" apply plugin: "application"
group = "com.jdbernard" group = "com.jdbernard"
version = "1.0" version = "1.1"
mainClassName = "com.jdbernard.net.GroovyDirectoryServer" mainClassName = "com.jdbernard.net.GroovyDirectoryServer"

View File

@ -6,7 +6,7 @@ import groovy.servlet.*
public class GroovyDirectoryServer { public class GroovyDirectoryServer {
public static final String VERSION = "1.0" public static final String VERSION = "1.1"
public static void main(String[] args) { public static void main(String[] args) {
def port = 9002 def port = 9002