diff --git a/server/server.go b/server/server.go index f13b1ca..abc1657 100644 --- a/server/server.go +++ b/server/server.go @@ -19,7 +19,7 @@ import ( ) // VERSION is the global version string contstant -const VERSION = "0.3.2" +const VERSION = "0.3.3" // Srv represents the server object type Srv struct {