diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index 5cf7efcf..3f45b831 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -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 diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 8f64b236..2e1262b1 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// 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 \ No newline at end of file