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