move master to 0.9.2.1 Dev

This commit is contained in:
UbitUmarov
2021-12-04 23:58:50 +00:00
parent 4dbfdbc022
commit 573a2432f7
3 changed files with 4 additions and 4 deletions

View File

@@ -2438,7 +2438,7 @@ namespace OpenSim.Framework.Servers.HttpServer
{
httpResponse.StatusCode = (int)HttpStatusCode.Redirect;
httpResponse.AddHeader("Location", "http://opensimulator.org/wiki/0.9.2.0_Release");
httpResponse.AddHeader("Location", "http://opensimulator.org/wiki/0.9.2.1_Release");
return;
}
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string methods) || string.IsNullOrWhiteSpace(methods))