This commit is contained in:
2021-08-12 23:39:35 +00:00
parent 581bb7a656
commit 0af188e1e1
2 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +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.116-win-x64.7z
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.118-win-x64.7z
https://www.ayanova.com/Downloads/v8/V8Migrate.exe
- COPY TO DEVOPS SERVER
NOTE: if need to replace "files" subfolder on server the rights need to be set to 775

View File

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