diff --git a/history.txt b/history.txt index 95e81a5..3a41203 100644 --- a/history.txt +++ b/history.txt @@ -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" * CRL creation added diff --git a/main.go b/main.go index 9063198..2eb534e 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ func main() { app := cli.NewApp() app.Name = "i2p-tools" - app.Version = "0.1.3" + app.Version = "0.1.4" app.Usage = "I2P tools and reseed server" app.Author = "martin61" app.Email = "noemail"