diff --git a/server/sockeye.csproj b/server/sockeye.csproj index 742af90..c5c2076 100644 --- a/server/sockeye.csproj +++ b/server/sockeye.csproj @@ -4,8 +4,8 @@ true - 8.0.28 - 8.0.28.0 + 8.0.0 + 8.0.0.0 sockeye.ico bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml 1591 diff --git a/server/util/SockeyeVersion.cs b/server/util/SockeyeVersion.cs index 6efdcff..617adc0 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.28"; + public const string VersionString = "8.0.0"; public const string FullNameAndVersion = "Sockeye server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc