bump for review

This commit is contained in:
zzz
2022-02-18 13:58:02 -05:00
parent 7ea31835c2
commit 961936f8d5
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2022-02-18 zzz
* Update translations
2022-02-17 zzz
* i2psnark standalone: Increase open files ulimit
2022-02-09 zzz
* NTCP: Fixes for SSU disabled

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