瀏覽代碼

VERSION: Release 2.1.0

Drn 2 年之前
父節點
當前提交
932b09acec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vars.go

+ 1 - 1
vars.go

@@ -10,7 +10,7 @@ const (
 	projectRepoBase = "get-got/discord-downloader-go"
 	projectRepoURL  = "https://github.com/" + projectRepoBase
 	projectIcon     = "https://cdn.discordapp.com/icons/780985109608005703/9dc25f1b91e6d92664590254e0797fad.webp?size=256"
-	projectVersion  = "2.1.0-dev" // follows Semantic Versioning, (http://semver.org/)
+	projectVersion  = "2.1.0" // follows Semantic Versioning, (http://semver.org/)
 
 	pathCache           = "cache"
 	pathCacheHistory    = pathCache + string(os.PathSeparator) + "history"