diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6
index d3f18d75d32..0345a086b58 100644
--- a/misc/dist/linux/godot.6
+++ b/misc/dist/linux/godot.6
@@ -1,4 +1,4 @@
-.TH GODOT "6" "February 2018" "godot 3.0.1" "Games"
+.TH GODOT "6" "February 2018" "godot 3.0.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 b6e7f4a8eff..d12e4f34601 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.0.1
+ 3.0.2
CFBundleSignature
godot
CFBundleVersion
- 3.0.1
+ 3.0.2
NSHumanReadableCopyright
© 2007-2018 Juan Linietsky, Ariel Manzur.
LSMinimumSystemVersion
diff --git a/version.py b/version.py
index f4162cec6c9..2238c0ed358 100644
--- a/version.py
+++ b/version.py
@@ -2,6 +2,6 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 0
-patch = 1
-status = "stable"
+patch = 2
+status = "devel"
module_config = ""