diff --git a/service/system.go b/service/system.go index bc3c076a6..19867453d 100644 --- a/service/system.go +++ b/service/system.go @@ -232,6 +232,8 @@ func (c *systemService) GetNet(physics bool) []string { } func (s *systemService) UpdateSystemVersion(version string) { + keyName := "casa_version" + Cache.Delete(keyName) if file.Exists(config.AppInfo.LogPath + "/upgrade.log") { os.Remove(config.AppInfo.LogPath + "/upgrade.log") }