diff --git a/core/src/com/sonyericsson/chkbugreport/Module.java b/core/src/com/sonyericsson/chkbugreport/Module.java index 8d1db3a..7822cdb 100644 --- a/core/src/com/sonyericsson/chkbugreport/Module.java +++ b/core/src/com/sonyericsson/chkbugreport/Module.java @@ -71,7 +71,7 @@ public abstract class Module implements ChapterParent { * The incremental release number of the application * (this number is always incremented, never reset or decremented) */ - public static final String VERSION_CODE = "215"; + public static final String VERSION_CODE = "216"; /** The name of the file where the output will be logged */ private static final String LOG_NAME = "chkbugreport_log.txt";