From ed3853ef02cf46dc40e386e498ad52e28e05bfa3 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 5 Nov 2014 08:56:01 -0500 Subject: Reset build identifiers for next development cycle --- src/main/java/com/iciql/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/com/iciql/Constants.java b/src/main/java/com/iciql/Constants.java index 325e898..0e3fc3b 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"; + public static final String VERSION = "1.5.0-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-11-05"; + 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. -- cgit v1.2.3