fix login retry interval (#3879)

This commit is contained in:
fatedier
2023-12-21 21:38:32 +08:00
committed by GitHub
parent 5e77c8e2d3
commit 2a9a7a0e4a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
)
var version = "0.53.1"
var version = "0.53.2"
func Full() string {
return version