Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-21 01:32:43 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-21 01:32:43 +0300
commit2d52cc9fe0c03284cc5aecfe71f37410e120090a (patch)
treea5f35daa526370fbe763d9c4f75570a07004c944 /version.php
parentc385423d1096c243050fed3585734c308115864b (diff)
10.0 beta it is
Diffstat (limited to 'version.php')
-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);