diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-05 08:56:01 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-05 08:56:01 -0500 |
commit | 28fe308d1eb8fbb77c9279668011d827b4f2b845 (patch) | |
tree | f59ebb0d4239e4de27cbf229385203b84fb9d0cd /src | |
parent | fef63be10e793d0f551bdede7205e58829738d61 (diff) | |
download | iciql-28fe308d1eb8fbb77c9279668011d827b4f2b845.tar.gz iciql-28fe308d1eb8fbb77c9279668011d827b4f2b845.zip |
Prepare 1.4.0 releasev1.4.0
Diffstat (limited to 'src')
-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 30fcb77..325e898 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.4.0-SNAPSHOT";
+ public static final String VERSION = "1.4.0";
// 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 = "PENDING";
+ public static final String VERSION_DATE = "2014-11-05";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|