bump version to 0.0.4
This commit is contained in:
parent
5ef0e86ab8
commit
3a8ecb0b88
2 changed files with 5 additions and 4 deletions
2
main.go
2
main.go
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue