bump version to 0.0.3

This commit is contained in:
Unrud 2018-06-26 06:04:49 +02:00
parent 2fe8fb47b3
commit 82470705fd
2 changed files with 5 additions and 4 deletions

View file

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