diff --git a/config/config.go b/config/config.go index ef5f641..bf11b52 100644 --- a/config/config.go +++ b/config/config.go @@ -153,7 +153,7 @@ type AccountInfo struct { } // Version current version -const Version = "1.0.6" +const Version = "1.0.7" var ( cfg *Config diff --git a/version.json b/version.json index 14e14d7..ce7d713 100644 --- a/version.json +++ b/version.json @@ -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" }