From 46b585e863e7f0067d05784b8ae8ee6e5550ea18 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 26 Sep 2021 16:58:31 +0000 Subject: [PATCH] release alpha 131 --- 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 bea383be..ca05774d 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.131-win-x64.7z -https://www.ayanova.com/Downloads/v8/migrate131.7z +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.132-win-x64.7z +https://www.ayanova.com/Downloads/v8/migrate132.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 c0b7b49c..98952c11 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.131"; + public const string VersionString = "8.0.0-alpha.132"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file