Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Oct 25, 2021
1 parent 4edace7 commit 5f20a6e
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 @@ -39,7 +39,7 @@ var debug = flag.Bool("debug", false, "Enable debug logs.")
var version = flag.Bool("version", false, "Print version and exit.")

// Version of the software.
const VERSION string = "0.1.0"
const VERSION string = "0.1.1"

type ConnectionMode int

Expand Down

0 comments on commit 5f20a6e

Please sign in to comment.