diff options
author | James Moger <james.moger@gitblit.com> | 2014-10-22 22:39:43 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-10-22 22:41:28 -0400 |
commit | 988e9b26b703baac20d78d6770fd2feebccd6cac (patch) | |
tree | 10b877b62cebd5434f792bd8e3078935ef90fdf2 /src/main/java | |
parent | 4fb860b289bce291d2ccbdb16bba91048540b69f (diff) | |
download | iciql-988e9b26b703baac20d78d6770fd2feebccd6cac.tar.gz iciql-988e9b26b703baac20d78d6770fd2feebccd6cac.zip |
Reset build identifiers for next development cycle
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/iciql/Constants.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/iciql/Constants.java b/src/main/java/com/iciql/Constants.java index 108ec57..82b6d79 100644 --- a/src/main/java/com/iciql/Constants.java +++ b/src/main/java/com/iciql/Constants.java @@ -25,11 +25,11 @@ public class Constants { // The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION = "1.3.0";
+ public static final String VERSION = "1.3.1-SNAPSHOT";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION_DATE = "2014-10-22";
+ public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|