From 907ba3a708095d9a13818141ebc55dc0cb530dc9 Mon Sep 17 00:00:00 2001 From: martabal <74269598+martabal@users.noreply.github.com> Date: Sat, 23 Dec 2023 21:59:44 +0100 Subject: [PATCH] chore: pump version --- src/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.go b/src/init.go index 07b3605..3bd7be0 100644 --- a/src/init.go +++ b/src/init.go @@ -20,7 +20,7 @@ import ( const DEFAULTPORT = 8090 const AUTHOR = "martabal" -const VERSION = "1.2.0" +const VERSION = "1.3.1" const PROJECT_NAME = "immich-exporter" func main() {