From 640451b5241472c51b03c710d59d2df6789b3daf Mon Sep 17 00:00:00 2001 From: Drn <43052079+get-got@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:37:26 -0800 Subject: [PATCH] VERSION: v2.3.0 Release --- vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"