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 60deeebcfb
commit fea2e0a34d

View File

@@ -4,6 +4,6 @@
/// </summary> /// </summary>
internal static class AyaNovaVersion 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 FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc }//eoc