Skip to content

Commit

Permalink
Update server version to 0.3.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wneessen committed Jan 9, 2025
1 parent d3586e9 commit 8c2814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8c2814a

Please sign in to comment.