Bumped version to 0.1.0.

This commit is contained in:
dev
2015-06-09 17:32:18 +00:00
parent 969f6328fb
commit 18da573825

View File

@ -5,7 +5,7 @@ import java.util.Set;
public class I2PControlVersion {
/** The current version of I2PControl */
public final static String VERSION = "0.0.9";
public final static String VERSION = "0.1.0";
/** The current version of the I2PControl API being primarily being implemented */
public final static int API_VERSION = 1;