Update release version to 8.0.29 in prep for new work and for test build on new laptop to devops

This commit is contained in:
2022-12-17 23:22:25 +00:00
parent 2ba7b00db0
commit 072d0a94c3
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.28";
public const string VersionString = "8.0.29";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
public const string CurrentApiVersion="v8";
}//eoc