We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007686 commit 2042c20Copy full SHA for 2042c20
src/dds.net-server.lib/Core/Internal/VersionInfo.cs
@@ -3,6 +3,6 @@
3
internal class VersionInfo
4
{
5
public static readonly string SERVER_NAME = "DDS.Net Server";
6
- public static readonly string SERVER_VERSION = "1.1.2";
+ public static readonly string SERVER_VERSION = "1.2.0";
7
}
8
0 commit comments