From cc391e421d72a52dd2b3c6400400a3efc8461d53 Mon Sep 17 00:00:00 2001 From: Drn <43052079+get-got@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:37:57 -0700 Subject: [PATCH] VERSION: v2.5.3 release --- vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.go b/vars.go index 9803a03..edaa0e3 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.5.3-dev" // follows Semantic Versioning, (http://semver.org/) + projectVersion = "2.5.3" // follows Semantic Versioning, (http://semver.org/) pathCache = "cache" pathCacheHistory = pathCache + string(os.PathSeparator) + "history"