Skip to content

Commit 7539d30

Browse files
authored
Merge pull request #159 from wneessen/wneessen-patch-1
Update server.go
2 parents af6df71 + c3a93f4 commit 7539d30

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
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
// VERSION is the global version string contstant
22-
const VERSION = "0.3.4"
22+
const VERSION = "0.3.5"
2323

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

0 commit comments

Comments
 (0)