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