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 1963f4e553
commit 6068599b08
7 changed files with 13 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </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;
public const string CurrentApiVersion="v8";
}//eoc