From 11bb4ef4c372ab4ae9d2bf9b0f3e8dded3fa5b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 26 Jun 2020 20:46:46 +0200 Subject: [PATCH] Bump version to 3.2.3-beta --- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"