Merge upstream Quorinex/Kiro-Go: cache tracker fixes + license + version 1.0.5
Some checks failed
Build Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-05-11 19:16:35 +08:00
5 changed files with 255 additions and 22 deletions

View File

@@ -139,8 +139,8 @@ type AccountInfo struct {
TrialExpiresAt int64
}
// Version 当前版本号
const Version = "1.0.4"
// Version current version
const Version = "1.0.5"
var (
cfg *Config