Browse Source

Bump version to 3.2.1-rc

Rémi Verschelde 5 years ago
parent
commit
2af79844aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      version.py

+ 2 - 2
version.py

@@ -2,8 +2,8 @@ short_name = "godot"
 name = "Godot Engine"
 major = 3
 minor = 2
-patch = 0
-status = "stable"
+patch = 1
+status = "rc"
 module_config = ""
 year = 2020
 website = "https://godotengine.org"