diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index b9e491856c9..474f9492c4a 100755 --- a/misc/dist/osx_tools.app/Contents/Info.plist +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.3 + 3.2.4 CFBundleSignature godot CFBundleVersion - 3.2.3 + 3.2.4 NSMicrophoneUsageDescription Microphone access is required to capture audio. NSCameraUsageDescription diff --git a/version.py b/version.py index 5491deac2ae..3a66965abee 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 2 -patch = 3 -status = "stable" +patch = 4 +status = "beta" module_config = "" year = 2020 website = "https://godotengine.org"