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