Bumped to v8

This commit is contained in:
Magnus Åhall 2023-07-18 07:09:11 +02:00
parent cc9c1ca82e
commit b7c5a91c06

View File

@ -20,7 +20,7 @@ import (
_ "embed"
)
const VERSION = "v7";
const VERSION = "v8";
const LISTEN_HOST = "0.0.0.0";
const DB_SCHEMA = 10