From 6989ef4a19c5ca01d907a4d02516caf17ea95f4d Mon Sep 17 00:00:00 2001 From: Kleissner Date: Tue, 1 Nov 2022 17:58:01 +0100 Subject: [PATCH] -> version Alpha 9 --- Config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.go b/Config.go index 8791cc9..d2e09f2 100644 --- a/Config.go +++ b/Config.go @@ -18,7 +18,7 @@ import ( ) // Version is the current core library version -const Version = "Alpha 8/24.03.2022" +const Version = "Alpha 9/01.11.2022" // Config defines the minimum required config for a Peernet client. type Config struct {