From bb2a4bac487302ba272781ac0b71a8c71cac3508 Mon Sep 17 00:00:00 2001 From: Kleissner Date: Fri, 5 Nov 2021 03:44:20 +0100 Subject: [PATCH] Update User Agent, new release! --- Config.go | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.go b/Config.go index c24c871..b935997 100644 --- a/Config.go +++ b/Config.go @@ -16,7 +16,7 @@ import ( ) // Version is the current core library version -const Version = "Alpha 4/20.10.2021" +const Version = "Alpha 4/05.11.2021" var config struct { LogFile string `yaml:"LogFile"` // Log file diff --git a/README.md b/README.md index 33b2e0c..fcf4bd0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The core library which is needed for any Peernet application. It provides connec Current version: Alpha 4 -Current development status: The last remaining features (file transfer, blockchain exchange, search) are in development and will be finished in the upcoming MVP (beta 1). ETA early November 2021. +Current development status: The last remaining features (blockchain exchange, search) are in development and will be finished in the upcoming MVP (beta 1). ETA EOY 2021. ## Use