From fef63be10e793d0f551bdede7205e58829738d61 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 5 Nov 2014 08:51:34 -0500 Subject: Bump to 1.4.0-SNAPSHOT and update documentation --- src/main/java/com/iciql/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/com/iciql/Constants.java b/src/main/java/com/iciql/Constants.java index 82b6d79..30fcb77 100644 --- a/src/main/java/com/iciql/Constants.java +++ b/src/main/java/com/iciql/Constants.java @@ -25,7 +25,7 @@ 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.1-SNAPSHOT"; + public static final String VERSION = "1.4.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. -- cgit v1.2.3