From c53e1b07fde3bdbc529ab8e783ba16298526be8e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 15 Jul 2021 23:53:19 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 2 +- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index cc4f2b64..8876aad2 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -19,7 +19,7 @@ SERVER - BUMP AyaNova.csproj version number - BUILD RELEASE Run buildrelease.bat in server project folder -https://www.ayanova.com/Downloads/v8/ayanova8.alpha.114-win-x64.7z +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.115-win-x64.7z - 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 1bef90bb..e8045966 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.115"; + public const string VersionString = "8.0.0-alpha.116"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file