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