diff --git a/vars.go b/vars.go index 29989a7..1751770 100644 --- a/vars.go +++ b/vars.go @@ -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.2.3-dev" // follows Semantic Versioning, (http://semver.org/) + projectVersion = "2.3.0" // follows Semantic Versioning, (http://semver.org/) pathCache = "cache" pathCacheHistory = pathCache + string(os.PathSeparator) + "history"