Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
Bump version to 0.3.3 b/c of echo dependency update (security fix)
  • Loading branch information
wneessen authored Oct 12, 2023
1 parent bfbddb7 commit 0eadcb8
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 @@ -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 {
Expand Down

0 comments on commit 0eadcb8

Please sign in to comment.