version 0.1.4

This commit is contained in:
martin61
2016-05-15 17:44:58 +02:00
parent 9c23d3ae25
commit 75d4a1590c
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
2013-03-05 2016-05-15
* README.md updated
* allowed routerInfos age increased from 96 to 192
* app.Version = "0.1.4"
2016-03-05
* app.Version = "0.1.3" * app.Version = "0.1.3"
* CRL creation added * CRL creation added

View File

@@ -14,7 +14,7 @@ func main() {
app := cli.NewApp() app := cli.NewApp()
app.Name = "i2p-tools" app.Name = "i2p-tools"
app.Version = "0.1.3" app.Version = "0.1.4"
app.Usage = "I2P tools and reseed server" app.Usage = "I2P tools and reseed server"
app.Author = "martin61" app.Author = "martin61"
app.Email = "noemail" app.Email = "noemail"