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-11-22 17:55:59 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-11-22 17:55:59 +0300
commitc778e5d15e7634abd92a0502ba1eaa245e410556 (patch)
treeeb2c043413f6bb0014228b8a4f011bb54182aa78 /version.php
parente0d01e4768a1679701b9466ff3ff780280d5415d (diff)
Make it 11.0 beta
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 0eb9f3de72a..4aef5b12d77 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
$OC_Version = array(11, 0, 0, 2);
// The human readable string
-$OC_VersionString = '11.0 alpha';
+$OC_VersionString = '11.0 beta';
$OC_VersionCanBeUpgradedFrom = array(9, 1);