This commit is contained in:
Daniel Mason 2022-01-06 15:13:48 +13:00
parent 365033c006
commit cca9974728
3 changed files with 6 additions and 3 deletions

View file

@ -821,7 +821,7 @@ func getServerInfo(w http.ResponseWriter, r *http.Request) {
}
info := ServerInfo{
Version: "0.1.3",
Version: "0.1.4",
RegistrationEnabled: registrationEnabled,
}