We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83549e0 commit 5e63a6aCopy full SHA for 5e63a6a
vars.go
@@ -10,7 +10,7 @@ var (
10
projectRepoBase = "get-got/discord-downloader-go"
11
projectRepoURL = "https://github.com/" + projectRepoBase
12
projectIcon = "https://cdn.discordapp.com/icons/780985109608005703/9dc25f1b91e6d92664590254e0797fad.webp?size=256"
13
- projectVersion = "2.6.0-dev" // follows Semantic Versioning, (http://semver.org/)
+ projectVersion = "2.6.0" // follows Semantic Versioning, (http://semver.org/)
14
15
pathCache = "cache"
16
pathCacheHistory = pathCache + string(os.PathSeparator) + "history"
0 commit comments