Skip to content

Commit 3862bbd

Browse files
committed
Bump -9-rc for review
1 parent 2b3dbab commit 3862bbd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

history.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
2025-01-31 zzz
2+
* Pull translations from Transifex
3+
14
2025-01-30 zzz
25
* NetDB: Debounce RI publishing at startup
6+
* susidns: Dark theme fixes/tweaks
37

48
2025-01-29 zzz
59
* NetDB: Reseed update

router/java/src/net/i2p/router/RouterVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class RouterVersion {
2020
public final static String VERSION = CoreVersion.VERSION;
2121
/** for example: "beta", "alpha", "rc" */
2222
public final static String QUALIFIER = "-rc";
23-
public final static long BUILD = 8;
23+
public final static long BUILD = 9;
2424
/** for example "-test" */
2525
public final static String EXTRA = "";
2626
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;

0 commit comments

Comments
 (0)