diff options
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 f5280e1..63bfeff 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.0";
+ public static final String VERSION = "0.6.1";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|