Bumped to v10

This commit is contained in:
Magnus Åhall 2023-07-20 07:27:44 +02:00
parent 1389225b45
commit 88743898fe

View File

@ -20,7 +20,7 @@ import (
_ "embed"
)
const VERSION = "v9";
const VERSION = "v10";
const LISTEN_HOST = "0.0.0.0";
const DB_SCHEMA = 12