emergency release due to regression from case 4310 causing error in home notifications table page, also some docs were updated

This commit is contained in:
2022-11-25 19:05:36 +00:00
parent 56265c0b59
commit a20e551b82

View File

@@ -4,6 +4,6 @@
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.24";
public const string VersionString = "8.0.25";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc