Bumped to v0.1.0

This commit is contained in:
Magnus Åhall 2023-06-20 07:37:45 +02:00
parent 0175c4044c
commit 105dfc9e2d

View File

@ -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