Bumped to v0.3.0

This commit is contained in:
Magnus Åhall 2023-07-14 16:35:31 +02:00
parent f25616328d
commit 7afe8316a9

View File

@ -20,7 +20,7 @@ import (
_ "embed"
)
const VERSION = "v0.2.2";
const VERSION = "v0.3.0";
const LISTEN_HOST = "0.0.0.0";
const DB_SCHEMA = 10