From 7d9ad4485637e4307ab4768f658fca3f41303b7a Mon Sep 17 00:00:00 2001 From: Flik Date: Wed, 21 Jan 2026 22:57:40 +0800 Subject: [PATCH] 11111 --- pkg/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index 649a58b..bce0a10 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -16,8 +16,8 @@ const Version = "1.0.0" // 仓库信息 const ( - RepoURL = "https://git.92coco.cn:8443/flik/GoTunnel" - APIBaseURL = "https://git.92coco.cn:8443/api/v1" + RepoURL = "https://git.92coco.cn/flik/GoTunnel" + APIBaseURL = "https://git.92coco.cn/api/v1" RepoOwner = "flik" RepoName = "GoTunnel" )