From de24d5aa8dd5405d3ab62852b8a7e8f447dc6038 Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Sun, 1 Oct 2017 15:00:13 +0200 Subject: [PATCH] bumps version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d0e6d0e..8e047b4 100644 --- a/main.go +++ b/main.go @@ -71,7 +71,7 @@ var ( ) const ( - VERSION string = "1.24" + VERSION string = "1.25" DATABASE_DIR string = "database" RELEASE_URL string = "https://github.com/Seklfreak/discord-image-downloader-go/releases/latest" RELEASE_API_URL string = "https://api.github.com/repos/Seklfreak/discord-image-downloader-go/releases/latest"