Skip to content

Commit

Permalink
Bump the version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Apr 4, 2022
1 parent 4948700 commit 0a271e6
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 @@ -48,7 +48,7 @@ var version = flag.Bool("version", false, "Print version and exit.")
var persistent = flag.Bool("persistent", false, "Enable persistent mode. Dumps core on exit.")

// Version of the software.
const VERSION string = "0.6.6"
const VERSION string = "0.7.0"

type ConnectionMode int

Expand Down

0 comments on commit 0a271e6

Please sign in to comment.