aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/Ivy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ivy.java b/src/Ivy.java
index c548a40..4b76490 100755
--- a/src/Ivy.java
+++ b/src/Ivy.java
@@ -112,7 +112,7 @@ public class Ivy implements Runnable {
* the library version, useful for development purposes only, when java is
* invoked with -DIVY_DEBUG
*/
- public static final String libVersion ="1.2.9";
+ public static final String libVersion ="1.2.10";
private boolean debug;
private ServerSocket app;