Bump version number for new work.
This commit is contained in:
parent
486e718eee
commit
344b386fb0
@ -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"
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user