From 56e888359e744124e38e2c6abb8d985daa3e5216 Mon Sep 17 00:00:00 2001 From: moecinnamo Date: Thu, 11 Sep 2025 17:22:11 +0800 Subject: [PATCH] modify version --- index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.go b/index.go index a1b677f..b2e539e 100644 --- a/index.go +++ b/index.go @@ -30,7 +30,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) { } func defaultIndexPage(w http.ResponseWriter) { - websiteVersion := "0.0.1 alpha 20250909" + websiteVersion := "0.0.1-rc-1" websiteNameCN := os.Getenv("WEBSITE_NAME_CN") if websiteNameCN == "" { websiteNameCN = "🎵 音乐搜索"