diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 842ceac6ae2..1b4fc7c262b 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.1.1 + 3.1.2 CFBundleSignature godot CFBundleVersion - 3.1.1 + 3.1.2 NSRequiresAquaSystemAppearance NSHumanReadableCopyright diff --git a/version.py b/version.py index 65e013007f2..ae094ede520 100644 --- a/version.py +++ b/version.py @@ -2,7 +2,7 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 1 -patch = 1 -status = "stable" +patch = 2 +status = "devel" module_config = "" year = 2019