We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad00c3c commit a89e451Copy full SHA for a89e451
GameFramework/Base/Version/Version.cs
@@ -12,7 +12,7 @@ namespace GameFramework
12
/// </summary>
13
public static partial class Version
14
{
15
- private const string GameFrameworkVersionString = "2019.11.09";
+ private const string GameFrameworkVersionString = "2019.11.26";
16
17
private static IVersionHelper s_VersionHelper = null;
18
0 commit comments