diff --git a/version.php b/version.php
index 78c373cbfa53e91a76328512a404f2516f0d63e5..3c0c6aa20421976b2221e816086d42a4cd005482 100644
--- a/version.php
+++ b/version.php
@@ -3,7 +3,7 @@
 // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
-$OC_Version=array(8, 0, 0, 1);
+$OC_Version=array(8, 0, 0, 3);
 
 // The human readable string
 $OC_VersionString='8.0 beta 1';