added a 30s timeout for frpc subcommands to avoid long delays (#4359)

This commit is contained in:
fatedier 2024-07-30 18:12:22 +08:00 committed by GitHub
parent e8045194cd
commit ae73ec2fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 62 additions and 55 deletions

View file

@ -14,7 +14,7 @@
package version
var version = "0.59.0"
var version = "0.60.0"
func Full() string {
return version