move up to version 0.9.3.0Dev Nessie

This commit is contained in:
UbitUmarov
2023-03-29 20:12:51 +01:00
parent ac24e8945b
commit 8569d47c76
2 changed files with 4 additions and 4 deletions

View File

@@ -2310,7 +2310,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
if (httpRequest.QueryFlags.Contains("about"))
{
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.2_Release");
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.3.0_Release");
return;
}
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string method) || string.IsNullOrWhiteSpace(method))