diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index a43f7d59..b5ca5c04 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -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.120-win-x64.7z -https://www.ayanova.com/Downloads/v8/V8Migrate.7z **ARCHIVE IT, otherwise it could be false positived +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.122-win-x64.7z +https://www.ayanova.com/Downloads/v8/migrate122.7z **ARCHIVE IT, otherwise it could be false positived - 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 395f485a..884ac04d 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.121"; + public const string VersionString = "8.0.0-alpha.122"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file