Updated the version number (forgot and pushed the tags).

This commit is contained in:
Joanthan Bernard 2014-12-01 12:37:20 -06:00
parent f95dc91707
commit 43f0930cf2
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#Mon, 01 Dec 2014 12:03:37 -0600 #Mon, 01 Dec 2014 12:36:42 -0600
lib.local=true lib.local=true
name=jdb-gtd name=jdb-gtd
version=1.11 version=1.12
nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath
executable.jar=true executable.jar=true
main.class=com.jdblabs.gtd.cli.GTDCLI main.class=com.jdblabs.gtd.cli.GTDCLI
build.number=10 build.number=1

View File

@ -35,7 +35,7 @@ import static java.nio.file.StandardCopyOption.*
* @org gtd.jdb-labs.com/cli/GTDCLI */ * @org gtd.jdb-labs.com/cli/GTDCLI */
public class GTDCLI { public class GTDCLI {
public static final String VERSION = "1.9" public static final String VERSION = "1.12"
private static String EOL = System.getProperty("line.separator") private static String EOL = System.getProperty("line.separator")
/// We have a persistent instance when we are in the context of a Nailgun /// We have a persistent instance when we are in the context of a Nailgun