Changed version number to 0.0.7

Changed version to 0.0.7
This commit is contained in:
dev
2013-11-13 02:19:43 +00:00
parent 81e99b319b
commit 9f2601d3ac
2 changed files with 2 additions and 2 deletions

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.6";
public final static String VERSION = "0.0.7";
/** The current version of the I2PControl API being primarily being implemented */
public final static int API_VERSION = 1;