Version Alpha 5.

This commit is contained in:
Kleissner
2021-12-13 04:16:02 +01:00
parent ecef7b5fb8
commit 388343dc3e
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import (
)
// Version is the current core library version
const Version = "Alpha 4/20.11.2021"
const Version = "Alpha 5/13.12.2021"
var config struct {
// Locations of important files and folders

View File

@@ -2,9 +2,7 @@
The core library which is needed for any Peernet application. It provides connectivity to the network and all basic functions. For details about Peernet see https://peernet.org/.
Current version: Alpha 4
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.
Current version: Alpha 5
## Use