修改版本号

1.0.6
v-me-50 2025-06-20 17:09:03 +08:00
parent 01e38d7def
commit 198de335f5
1 changed files with 1 additions and 1 deletions

View File

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