bump version to 0.0.10
This commit is contained in:
parent
8722dac897
commit
361dc89614
3 changed files with 14 additions and 5 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.9"
|
||||
version string = "0.0.10"
|
||||
)
|
||||
|
||||
func processCommand(plugin Plugin, command string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue