bump version to 0.0.5
This commit is contained in:
parent
71d7cd42b9
commit
1fe8ae8b75
3 changed files with 21 additions and 4 deletions
2
main.go
2
main.go
|
|
@ -44,7 +44,7 @@ const (
|
|||
authenticationRateBurst int = 10
|
||||
challengeLength int = 8
|
||||
defaultBind string = ":0"
|
||||
version string = "0.0.4"
|
||||
version string = "0.0.5"
|
||||
)
|
||||
|
||||
func processCommand(plugin Plugin, command string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue