fix version to match one minor above current runtime

This commit is contained in:
kayos@tcp.direct 2022-02-28 00:15:48 -08:00
parent ce58254066
commit 8c99d230e7
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -7,7 +7,7 @@ import "fmt"
const (
// SemVer is the semantic version of ircd.
SemVer = "0.4.6"
SemVer = "0.4.5"
)
var (