From 105dfc9e2d653659af9b67d325cad203c6a17f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 20 Jun 2023 07:37:45 +0200 Subject: [PATCH] Bumped to v0.1.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b32e672..50197fd 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( _ "embed" ) -const VERSION = "v0.0.5"; +const VERSION = "v0.1.0"; const LISTEN_HOST = "0.0.0.0"; const DB_SCHEMA = 2