bump version to 0.0.4

This commit is contained in:
Unrud 2018-07-22 10:38:10 +02:00
parent 5ef0e86ab8
commit 3a8ecb0b88
2 changed files with 5 additions and 4 deletions

View file

@ -45,7 +45,7 @@ const (
challengeLength int = 8
defaultUpdateInterval int = 50
defaultBind string = ":0"
version string = "0.0.3"
version string = "0.0.4"
)
func processCommand(plugin Plugin, command string) error {