From ca413400b6b13e78c4c5ac4d603657b4837032f9 Mon Sep 17 00:00:00 2001 From: Quorinex Date: Wed, 13 May 2026 14:10:19 +0800 Subject: [PATCH] chore: bump version to 1.0.7 --- config/config.go | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }