summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 5f88d29b155..31837b15433 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(9, 1, 0, 13);
// The human readable string
-$OC_VersionString = '9.1.0 RC1';
+$OC_VersionString = '10.0 beta';
$OC_VersionCanBeUpgradedFrom = array(9, 0);