From 209298cfb296b2666b226832ed6cb4ba8a07cea5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 Jun 2024 23:44:55 +0000 Subject: [PATCH] Prepare for next release --- server/util/SockeyeVersion.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util/SockeyeVersion.cs b/server/util/SockeyeVersion.cs index e855be1..f16c862 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.16"; + public const string VersionString = "8.0.17"; public const string FullNameAndVersion = "Sockeye server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc