We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8f605 commit b2c3ba9Copy full SHA for b2c3ba9
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.12.31";
+ private const string GameFrameworkVersionString = "2021.05.31";
16
17
private static IVersionHelper s_VersionHelper = null;
18
0 commit comments