Skip to content

Commit 8c2814a

Browse files
committed
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.
1 parent d3586e9 commit 8c2814a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// VERSION is the global version string contstant
23-
const VERSION = "0.3.6"
23+
const VERSION = "0.3.7"
2424

2525
// Srv represents the server object
2626
type Srv struct {

0 commit comments

Comments
 (0)