This commit is contained in:
2021-07-05 21:05:14 +00:00
parent 15ed33fd51
commit dac344a494
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ SERVER
- BUMP AyaNova.csproj version number - BUMP AyaNova.csproj version number
- BUILD RELEASE Run buildrelease.bat in server project folder - BUILD RELEASE Run buildrelease.bat in server project folder
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.111-win-x64.7z https://www.ayanova.com/Downloads/v8/ayanova8.alpha.112-win-x64.7z
- COPY TO DEVOPS SERVER - COPY TO DEVOPS SERVER
NOTE: if need to replace "files" subfolder on server the rights need to be set to 775 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> /// </summary>
internal static class AyaNovaVersion internal static class AyaNovaVersion
{ {
public const string VersionString = "8.0.0-alpha.112"; public const string VersionString = "8.0.0-alpha.113";
public const string FullNameAndVersion = "AyaNova server " + VersionString; public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc }//eoc
}//eons }//eons