You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Bump version to 3.3-rc
We decided to rename the upcoming 3.2.4 release to 3.3 to better reflect that it is a significant feature release, and not a maintenance update. The `3.2` branch was also renamed to `3.x` and will now be the development branch for future 3.x releases (3.3, 3.4, etc.).
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GodotTools.ProjectEditor
|
||||
{
|
||||
public static class ProjectGenerator
|
||||
{
|
||||
public const string GodotSdkVersionToUse = "3.2.4";
|
||||
public const string GodotSdkVersionToUse = "3.3";
|
||||
public const string GodotSdkNameToUse = "Godot.NET.Sdk";
|
||||
|
||||
public static ProjectRootElement GenGameProject(string name)
|
||||
|
||||
Reference in New Issue
Block a user