This commit is contained in:
zzz
2021-11-30 10:51:33 -05:00
parent b53707074f
commit 5c56884d7f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2021-11-30 zzz
* Build: Remove BOB from installer, updater, and clients.config
* Console: NetDB search form improvements
* i2ptunnel: Increase priority for IRC and standard tunnels
2021-11-29 1.6.1 released
2021-11-29 zzz

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";