bump version to 0.0.7

This commit is contained in:
Unrud 2018-09-04 03:39:12 +02:00
parent e341b559c7
commit 057342bbad
3 changed files with 13 additions and 4 deletions

View file

@ -45,7 +45,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
version string = "0.0.6"
version string = "0.0.7"
)
func processCommand(plugin Plugin, command string) error {