From 3b28eeac9c51ceb85bb53737d33cf2e367d63f40 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 12 Jun 2022 14:27:47 +0300 Subject: [PATCH] Bump the version to `0.8.3` --- 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 0f80540..e027854 100644 --- a/server/lib/structs.go +++ b/server/lib/structs.go @@ -10,7 +10,7 @@ import ( ) // Version of the software. -const VERSION string = "0.8.2" +const VERSION string = "0.8.3" type ConnectionMode int