This commit is contained in:
zzz
2014-05-22 14:59:02 +00:00
parent a65edbef92
commit d106f483a1
4 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ package net.i2p;
public class CoreVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = "0.9.12";
public final static String VERSION = "0.9.13";
public static void main(String args[]) {
System.out.println("I2P Core version: " + VERSION);