bump version to 0.0.12
This commit is contained in:
parent
f0af4aaad4
commit
18e4a4b51d
3 changed files with 25 additions and 16 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.11"
|
||||
version string = "0.0.12"
|
||||
)
|
||||
|
||||
func processCommand(backend Backend, command string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue