From 77260743a06a0c23bf0a6d94687667e1365ecc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 23 Apr 2024 20:24:51 +0200 Subject: [PATCH] Bumped to v3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fbebdb6..7bb8558 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "slices" ) -const VERSION = "v2" +const VERSION = "v3" const MAXLINE = 1048576 type Db struct {