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>2017-11-14 21:34:37 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-11-14 21:34:37 +0300
commit69e165dce4950b02d1d8cac2b9fc93e3c8a6f8f3 (patch)
tree6dfe7ecf2e73690d2435f33661358cf38cb3bd16
parenta3f86b99e95ca71799df5f08b18ceb7e77f82b66 (diff)
v13.0.0 Beta 1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8222977fb49..ccd2ba94f4c 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(13, 0, 0, 5);
+$OC_Version = array(13, 0, 0, 6);
// The human readable string
-$OC_VersionString = '13.0.0 alpha';
+$OC_VersionString = '13.0.0 Beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [