|
@@ -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"
|