chore: bump version to 1.0.2

This commit is contained in:
Quorinex
2026-02-10 12:36:23 +08:00
parent 1afc82c29c
commit 60cf204823
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ type AccountInfo struct {
}
// Version 当前版本号
const Version = "1.0.1"
const Version = "1.0.2"
var (
cfg *Config

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"changelog": "✨ 新增隐私模式支持\n🆕 管理面板增加退出登录功能\n📊 统计数据迁移至独立接口\n🎨 优化管理面板按钮样式与交互",
"version": "1.0.2",
"changelog": "🐛 修复流式响应缺少 usage 字段 (#10)\n🚫 新增账号封禁检测,自动禁用被封账号并标记状态 (#11)\n🔄 更新模型映射列表\n🎨 管理面板显示封禁状态与原因",
"download": "https://github.com/Quorinex/Kiro-Go"
}