This commit is contained in:
zzz
2021-11-29 12:21:54 -05:00
parent cf10a2d5b6
commit 619c36d18d
4 changed files with 9 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class CoreVersion {
* Otherwise, the same as PUBLISHED_VERSION.
* RouterVersion.FULL_VERSION is suggested for display to the user.
*/
public final static String VERSION = "1.6.0";
public final static String VERSION = "1.6.1";
/**
* The version published in the netdb via StatisticsManager.

View File

@@ -1,4 +1,9 @@
2021-11-29 1.6.0 released
2021-11-29 1.6.1 released
2021-11-29 zzz
* Tunnels: Fix NPE in BuildHandler
2021-11-29 1.6.0 (not released)
2021-11-23 zzz
* Tunnels:

View File

@@ -4,7 +4,7 @@
<info>
<appname>i2p</appname>
<appversion>1.6.0</appversion>
<appversion>1.6.1</appversion>
<authors>
<author name="I2P" email="https://geti2p.net/"/>
</authors>

View File

@@ -10,7 +10,7 @@
<info>
<appname>i2p</appname>
<appversion>1.6.0</appversion>
<appversion>1.6.1</appversion>
<authors>
<author name="I2P" email="https://geti2p.net/"/>
</authors>