From 388343dc3eb3ba171a048f21925c1796e0f985f3 Mon Sep 17 00:00:00 2001 From: Kleissner Date: Mon, 13 Dec 2021 04:16:02 +0100 Subject: [PATCH] Version Alpha 5. --- Config.go | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Config.go b/Config.go index ae70fb3..e548dbe 100644 --- a/Config.go +++ b/Config.go @@ -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 diff --git a/README.md b/README.md index c686fee..5cd3865 100644 --- a/README.md +++ b/README.md @@ -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