bump -20-rc

This commit is contained in:
zzz
2022-05-19 13:40:25 -04:00
parent de79f52c81
commit b537bd18b0
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2022-05-19 zzz
* Pull translations from Transifex
2022-05-17 zzz
* i2psnark: Fix remaining size calculation causing tracker errors

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