diff options
author | James Moger <james.moger@gmail.com> | 2011-08-05 17:15:45 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-05 17:15:45 -0400 |
commit | 0c5463e7372fe4c47341dcf0c48bdd94682d0c7c (patch) | |
tree | 402aa2ea095bd79a83205c2474da6e4ac753fcb8 /src/com/iciql/Constants.java | |
parent | 2b180c643562e5f789b638f16f90607d2473590c (diff) | |
download | iciql-0.6.2.tar.gz iciql-0.6.2.zip |
IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2
Diffstat (limited to 'src/com/iciql/Constants.java')
-rw-r--r-- | src/com/iciql/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java index 63bfeff..d78f1db 100644 --- a/src/com/iciql/Constants.java +++ b/src/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 = "0.6.1";
+ public static final String VERSION = "0.6.2";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|