bump version to 0.0.8
This commit is contained in:
parent
374d665938
commit
820149a140
3 changed files with 13 additions and 4 deletions
2
main.go
2
main.go
|
|
@ -45,7 +45,7 @@ const (
|
|||
authenticationRateBurst int = 10
|
||||
challengeLength int = 8
|
||||
defaultBind string = ":0"
|
||||
version string = "0.0.7"
|
||||
version string = "0.0.8"
|
||||
)
|
||||
|
||||
func processCommand(plugin Plugin, command string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue