From c741e4aa1cf2a7105d5cc5709d3c1686d66e23db Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 13 Apr 2022 05:35:28 +0300 Subject: [PATCH] Bump the version to `0.7.1` --- server/lib/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/structs.go b/server/lib/structs.go index 4756e33..95607b0 100644 --- a/server/lib/structs.go +++ b/server/lib/structs.go @@ -10,7 +10,7 @@ import ( ) // Version of the software. -const VERSION string = "0.7.0" +const VERSION string = "0.7.1" type ConnectionMode int