修改版本号

1.1.0
v-me-50 2025-09-04 15:56:39 +08:00
parent e4dcc97389
commit f1544ecd8b
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ func Restart() {
}
func GetVersion() (map[string]string, error) {
version := "v1.0.7"
version := "v1.1.0"
update := "0"
newVersionObj, err := http.Get("https://download.allinssl.com/version.json")
if err != nil {