From 9acda7f8195cfbdfc4155038218258a39f986a54 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 1 Mar 2023 00:38:20 +0000 Subject: [PATCH] --- server/sockeye.csproj | 4 ++-- server/util/AySchema.cs | 2 +- server/util/SockeyeVersion.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/sockeye.csproj b/server/sockeye.csproj index 82c1485..eac2fdc 100644 --- a/server/sockeye.csproj +++ b/server/sockeye.csproj @@ -4,8 +4,8 @@ true - 8.0.7 - 8.0.7.0 + 8.0.8 + 8.0.8.0 sockeye.ico bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml 1591 diff --git a/server/util/AySchema.cs b/server/util/AySchema.cs index 9564637..9bb99cf 100644 --- a/server/util/AySchema.cs +++ b/server/util/AySchema.cs @@ -733,7 +733,7 @@ $BODY$ LANGUAGE PLPGSQL STABLE"); ////////////////////////////////////////////////// // - // 8.0.7 additions for customer contact licensing (allowlogin) + // 8.0.8 additions for customer contact licensing (allowlogin) // if (currentSchema < 6) { diff --git a/server/util/SockeyeVersion.cs b/server/util/SockeyeVersion.cs index af92aa5..331e1db 100644 --- a/server/util/SockeyeVersion.cs +++ b/server/util/SockeyeVersion.cs @@ -5,7 +5,7 @@ namespace Sockeye.Util /// internal static class SockeyeVersion { - public const string VersionString = "8.0.7"; + public const string VersionString = "8.0.8"; public const string FullNameAndVersion = "Sockeye server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc