From 682aa1abb98c9389baa160d850fbae4d79024f24 Mon Sep 17 00:00:00 2001 From: NanamiAdmin Date: Fri, 22 May 2026 17:43:03 +0800 Subject: [PATCH] fix(global): update software version and build number to 0.0.2 and 2 respectively --- global/global.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/global.go b/global/global.go index 48a1a53..a207a97 100644 --- a/global/global.go +++ b/global/global.go @@ -20,9 +20,9 @@ type SoftwareInfo struct { var Software = SoftwareInfo{ Name: "Super-frpc", - Version: "0.0.1", + Version: "0.0.2", Developer: "Madobi Nanami", - BuildVer: 1, + BuildVer: 2, BuildType: "pre-release", }