This commit is contained in:
12
server/util/SockeyeVersion.cs
Normal file
12
server/util/SockeyeVersion.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Sockeye.Util
|
||||
{
|
||||
/// <summary>
|
||||
/// Version strings centrally located for convenience
|
||||
/// </summary>
|
||||
internal static class SockeyeVersion
|
||||
{
|
||||
public const string VersionString = "8.0.28";
|
||||
public const string FullNameAndVersion = "Sockeye server " + VersionString;
|
||||
public const string CurrentApiVersion="v8";
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user