From 915ced2d41fed713dd08a426429767515d94981f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 27 Aug 2021 22:08:24 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 4 ++-- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index 739c45e8..65fd57d6 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.126-win-x64.7z -https://www.ayanova.com/Downloads/v8/migrate126.7z +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.128-win-x64.7z +https://www.ayanova.com/Downloads/v8/migrate128.7z **ARCHIVE IT, otherwise it could be false positived - COPY TO DEVOPS SERVER diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index c08215bf..703a54d2 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.127"; + public const string VersionString = "8.0.0-alpha.128"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file