Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotoeasy committed Jan 10, 2024
1 parent ee48588 commit 47293d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glc/www/controller/storage_mnt_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func init() {
glcLatest = cmn.IifStr(v != "", v, glcLatest)
ticker := time.NewTicker(time.Hour)
for range ticker.C {
url = "https://glc.gotoeasy.top/glogcenter/current/version.json?v=" + ver.VERSION + "&h=" + cmn.Base62Encode(cmn.StringToBytes(glcOrigin))
v = cmn.GetGlcLatestVersion(url)
glcLatest = cmn.IifStr(v != "", v, glcLatest)
}
Expand Down

0 comments on commit 47293d1

Please sign in to comment.