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 6bfa98d commit 475e404Copy full SHA for 475e404
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 = "2020.07.10";
+ private const string GameFrameworkVersionString = "2020.07.30";
16
17
private static IVersionHelper s_VersionHelper = null;
18
0 commit comments