diff --git a/version.php b/version.php
index c266b55ba9494bbbd8118a30f596147b955745e8..1348648d403d3204709d7b2c0305c30d32f30cd4 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = [24, 0, 9, 2];
+$OC_Version = [24, 0, 10, 0];
 
 // The human readable string
-$OC_VersionString = '24.0.9';
+$OC_VersionString = '24.0.10 RC1';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [