diff --git a/server/server.go b/server/server.go index 1b319f2..c8896a6 100644 --- a/server/server.go +++ b/server/server.go @@ -17,7 +17,7 @@ import ( ) // VERSION is the global version string contstant -const VERSION = "0.2.3" +const VERSION = "0.2.3b" // Srv represents the server object type Srv struct {