diff --git a/version.php b/version.php
index d82cd524e46c640774b053411f906bb4dd5d0bf6..373d4c1d92106631f8a0d7766e2a7610d32e6b0c 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = array(14, 0, 0, 16);
+$OC_Version = array(14, 0, 0, 17);
 
 // The human readable string
-$OC_VersionString = '14.0.0 Beta 4';
+$OC_VersionString = '14.0.0 RC 1';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [