From 40d1c388fd1375d5d31641e1791ebf6ee6b4328c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 26 May 2026 10:03:49 +0200 Subject: [PATCH] Bumped to v2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b44319e..d25f72f 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( "text/template" ) -const VERSION = "v1" +const VERSION = "v2" const CONTEXT_USER = 1 const SYNC_PAGINATION = 200