diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index da7cda5c507..159da838f3d 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.2 + 3.2.3 CFBundleSignature godot CFBundleVersion - 3.2.2 + 3.2.3 NSMicrophoneUsageDescription Microphone access is required to capture audio. NSCameraUsageDescription diff --git a/version.py b/version.py index d347c7c00bb..42330fa9d31 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 2 -patch = 2 -status = "stable" +patch = 3 +status = "beta" module_config = "" year = 2020 website = "https://godotengine.org"