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

@ -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