Skip to content

Commit 5e63a6a

Browse files
committed
VERSION: v2.6.0 Release
1 parent 83549e0 commit 5e63a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var (
1010
projectRepoBase = "get-got/discord-downloader-go"
1111
projectRepoURL = "https://github.com/" + projectRepoBase
1212
projectIcon = "https://cdn.discordapp.com/icons/780985109608005703/9dc25f1b91e6d92664590254e0797fad.webp?size=256"
13-
projectVersion = "2.6.0-dev" // follows Semantic Versioning, (http://semver.org/)
13+
projectVersion = "2.6.0" // follows Semantic Versioning, (http://semver.org/)
1414

1515
pathCache = "cache"
1616
pathCacheHistory = pathCache + string(os.PathSeparator) + "history"

0 commit comments

Comments
 (0)