chore: bump version to 1.0.7

This commit is contained in:
Quorinex
2026-05-13 14:10:19 +08:00
parent 0f8035d90e
commit ca413400b6
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ type AccountInfo struct {
}
// Version current version
const Version = "1.0.6"
const Version = "1.0.7"
var (
cfg *Config

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.6",
"version": "1.0.7",
"changelog": "✨ Added and fixed several improvements across the project.\n✨ 新增并修复了一些内容,包含若干功能改进与问题修复。",
"download": "https://github.com/Quorinex/Kiro-Go"
}