Skip to content

Commit

Permalink
Increment server version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi committed Jan 5, 2022
1 parent 685c050 commit b277600
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 @@ -21,7 +21,7 @@ import (
)

const (
Version = "1.0.0" // the server version.
Version = "1.0.1" // the server version.
)

var (
Expand Down

0 comments on commit b277600

Please sign in to comment.