diff --git a/server/server.go b/server/server.go index 0e77073..90f6969 100644 --- a/server/server.go +++ b/server/server.go @@ -20,7 +20,7 @@ import ( ) // VERSION is the global version string contstant -const VERSION = "0.3.6" +const VERSION = "0.3.7" // Srv represents the server object type Srv struct {