From 8c2814aa8e052f28a04bc36c05622009b8d187c7 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 9 Jan 2025 21:48:59 +0100 Subject: [PATCH] Update server version to 0.3.7 Bump the VERSION constant from 0.3.6 to 0.3.7 to reflect the latest changes. This ensures the version string is consistent with the updated codebase. --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {