SAM: Remove subsessions when primary session closes

This commit is contained in:
zzz
2021-04-03 15:25:20 -04:00
parent 1307e5b2e0
commit 7ad7846f86
3 changed files with 30 additions and 5 deletions

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 = 10;
public final static long BUILD = 11;
/** for example "-test" */
public final static String EXTRA = "";