This commit is contained in:
2023-03-01 00:38:20 +00:00
parent 411d473bb6
commit 9acda7f819
3 changed files with 4 additions and 4 deletions

View File

@@ -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)
{

View File

@@ -5,7 +5,7 @@ namespace Sockeye.Util
/// </summary>
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