Skip to content

Commit

Permalink
VERSION: v2.5.1 Release (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
get-got committed Feb 11, 2024
1 parent 7d08c12 commit 0aafa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
projectRepoBase = "get-got/discord-downloader-go"
projectRepoURL = "https://github.com/" + projectRepoBase
projectIcon = "https://cdn.discordapp.com/icons/780985109608005703/9dc25f1b91e6d92664590254e0797fad.webp?size=256"
projectVersion = "2.5.1-dev" // follows Semantic Versioning, (http://semver.org/)
projectVersion = "2.5.1" // follows Semantic Versioning, (http://semver.org/)

pathCache = "cache"
pathCacheHistory = pathCache + string(os.PathSeparator) + "history"
Expand Down

0 comments on commit 0aafa69

Please sign in to comment.