Update User Agent, new release!

This commit is contained in:
Kleissner
2021-11-05 03:44:20 +01:00
parent 14f034cc8d
commit bb2a4bac48
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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