Skip to content

Commit 6258555

Browse files
committed
【调整】1.1.1
1 parent ee0a37f commit 6258555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func Restart() {
193193
}
194194

195195
func GetVersion() (map[string]string, error) {
196-
version := "v1.1.0"
196+
version := "v1.1.1"
197197
update := "0"
198198
newVersionObj, err := http.Get("https://download.allinssl.com/version.json")
199199
if err != nil {

0 commit comments

Comments
 (0)