From 69508ca741d76d7ca2554f7e3f619d3e0df520cc Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 13 Apr 2022 20:31:35 +0300 Subject: [PATCH] Bump the version to `0.7.2` --- 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 47042d5..8e463b7 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.1" +const VERSION string = "0.7.2" type ConnectionMode int