diff --git a/index.go b/index.go index b2e539e..22c341c 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-rc-1" + websiteVersion := "0.0.1-rc-3" websiteNameCN := os.Getenv("WEBSITE_NAME_CN") if websiteNameCN == "" { websiteNameCN = "🎵 音乐搜索"