diff --git a/server/lib/structs.go b/server/lib/structs.go index afdd430..0f80540 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.1" +const VERSION string = "0.8.2" type ConnectionMode int