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 52b3c78 commit fcb34b6Copy full SHA for fcb34b6
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.10.22";
+ private const string GameFrameworkVersionString = "2019.11.09";
16
17
private static IVersionHelper s_VersionHelper = null;
18
0 commit comments