From 9ac47ab052160282487370083fbc4903deab49e7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 May 2024 23:53:23 +0000 Subject: [PATCH] changes to support subscription server install script going forward for new ay 8.2.0 and ubuntu 24.04 setups --- server/sockeye.csproj | 4 ++-- server/util/SockeyeVersion.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sockeye.csproj b/server/sockeye.csproj index a9bb810..d047440 100644 --- a/server/sockeye.csproj +++ b/server/sockeye.csproj @@ -4,8 +4,8 @@ true - 8.0.14 - 8.0.14.0 + 8.0.16 + 8.0.16.0 sockeye.ico bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml 1591 diff --git a/server/util/SockeyeVersion.cs b/server/util/SockeyeVersion.cs index f98e413..e855be1 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.14"; + public const string VersionString = "8.0.16"; public const string FullNameAndVersion = "Sockeye server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc