diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6
index 078f8bcf91f..4860c7b5a89 100644
--- a/misc/dist/linux/godot.6
+++ b/misc/dist/linux/godot.6
@@ -1,4 +1,4 @@
-.TH GODOT "6" "January 2019" "godot 3.1" "Games"
+.TH GODOT "6" "March 2019" "godot 3.2" "Games"
.SH NAME
godot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
.SH SYNOPSIS
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist
index 2d6fa4d059d..1a116527bb2 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
+ 3.2
CFBundleSignature
godot
CFBundleVersion
- 3.1
+ 3.2
NSHumanReadableCopyright
© 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors
LSMinimumSystemVersion
diff --git a/version.py b/version.py
index 09da33430ab..3d7def727da 100644
--- a/version.py
+++ b/version.py
@@ -1,7 +1,7 @@
short_name = "godot"
name = "Godot Engine"
major = 3
-minor = 1
-status = "stable"
+minor = 2
+status = "dev"
module_config = ""
year = 2019