diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist
index 6151593f727..90888719f85 100644
--- a/misc/dist/macos_tools.app/Contents/Info.plist
+++ b/misc/dist/macos_tools.app/Contents/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.2
+ 4.3
CFBundleSignature
godot
CFBundleVersion
- 4.2
+ 4.3
NSMicrophoneUsageDescription
Microphone access is required to capture audio.
NSCameraUsageDescription
diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss
index ba8be69a920..6ce51e4babd 100644
--- a/misc/dist/windows/godot.iss
+++ b/misc/dist/windows/godot.iss
@@ -1,5 +1,5 @@
#define MyAppName "Godot Engine"
-#define MyAppVersion "4.2"
+#define MyAppVersion "4.3"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
index ad3a10ba493..ccef90c9112 100644
--- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
+++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
@@ -7,7 +7,7 @@
Godot Engine contributors
Godot.NET.Sdk
- 4.2.0
+ 4.3.0
$(PackageVersion_Godot_NET_Sdk)
https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk
$(RepositoryUrl)
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
index 23879e0e531..7d2395ba617 100644
--- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
+++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
@@ -9,7 +9,7 @@
Godot Engine contributors
Godot.SourceGenerators
- 4.2.0
+ 4.3.0
$(PackageVersion_Godot_SourceGenerators)
https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
$(RepositoryUrl)
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
index a55b8d693b6..db16b1fe1d5 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
+++ b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
@@ -17,7 +17,7 @@
Godot Engine contributors
GodotSharp
- 4.2.0
+ 4.3.0
$(PackageVersion_GodotSharp)
https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp
$(RepositoryUrl)
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
index db9337d4eb3..31e20e4ecd0 100644
--- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
+++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
@@ -15,7 +15,7 @@
Godot Engine contributors
GodotSharpEditor
- 4.2.0
+ 4.3.0
$(PackageVersion_GodotSharp)
https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor
$(RepositoryUrl)
diff --git a/version.py b/version.py
index 248340e91fc..99e56eca908 100644
--- a/version.py
+++ b/version.py
@@ -1,10 +1,10 @@
short_name = "godot"
name = "Godot Engine"
major = 4
-minor = 2
+minor = 3
patch = 0
-status = "stable"
+status = "dev"
module_config = ""
year = 2023
website = "https://godotengine.org"
-docs = "4.2"
+docs = "latest"