diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-29 23:00:08 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-29 23:00:27 +0100 |
commit | d76c1d0e516fedc535a2e394ab780cac79203477 (patch) | |
tree | c0d82b8419c7376a1db2a9f35b32a404b044407b /modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | |
parent | 46dc277917a93cbf601bbcf0d27d00f6feeec0d5 (diff) | |
download | redot-engine-d76c1d0e516fedc535a2e394ab780cac79203477.tar.gz |
Bump version to 4.3-dev
The essential doesn't change.
-- Samuel Beckett, Waiting for Godot
Diffstat (limited to 'modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj')
-rw-r--r-- | modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj index db9337d4eb..31e20e4ecd 100644 --- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj +++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj @@ -15,7 +15,7 @@ <Authors>Godot Engine contributors</Authors> <PackageId>GodotSharpEditor</PackageId> - <Version>4.2.0</Version> + <Version>4.3.0</Version> <PackageVersion>$(PackageVersion_GodotSharp)</PackageVersion> <RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor</RepositoryUrl> <PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl> |