Skip to content

Commit 619c36d

Browse files
committed
1.6.1
1 parent cf10a2d commit 619c36d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

core/java/src/net/i2p/CoreVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class CoreVersion {
3131
* Otherwise, the same as PUBLISHED_VERSION.
3232
* RouterVersion.FULL_VERSION is suggested for display to the user.
3333
*/
34-
public final static String VERSION = "1.6.0";
34+
public final static String VERSION = "1.6.1";
3535

3636
/**
3737
* The version published in the netdb via StatisticsManager.

history.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2021-11-29 1.6.0 released
1+
2021-11-29 1.6.1 released
2+
3+
2021-11-29 zzz
4+
* Tunnels: Fix NPE in BuildHandler
5+
6+
2021-11-29 1.6.0 (not released)
27

38
2021-11-23 zzz
49
* Tunnels:

installer/install.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<info>
66
<appname>i2p</appname>
7-
<appversion>1.6.0</appversion>
7+
<appversion>1.6.1</appversion>
88
<authors>
99
<author name="I2P" email="https://geti2p.net/"/>
1010
</authors>

installer/install5.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<info>
1212
<appname>i2p</appname>
13-
<appversion>1.6.0</appversion>
13+
<appversion>1.6.1</appversion>
1414
<authors>
1515
<author name="I2P" email="https://geti2p.net/"/>
1616
</authors>

0 commit comments

Comments
 (0)