Console: Fix changes to wrong tunnel on /configtunnels (ticket #2227)

This commit is contained in:
zzz
2018-05-25 17:35:29 +00:00
parent 195a2d0473
commit 2fab97fb20
4 changed files with 15 additions and 4 deletions

View File

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