release alpha 131

This commit is contained in:
2021-09-26 16:58:31 +00:00
parent efe1aedb2c
commit 46b585e863
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ SERVER
- BUMP AyaNova.csproj version number
- BUILD RELEASE Run buildrelease.bat in server project folder
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.131-win-x64.7z
https://www.ayanova.com/Downloads/v8/migrate131.7z
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.132-win-x64.7z
https://www.ayanova.com/Downloads/v8/migrate132.7z
**ARCHIVE IT, otherwise it could be false positived
- COPY TO DEVOPS SERVER

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-alpha.131";
public const string VersionString = "8.0.0-alpha.132";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc
}//eons