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-15 00:35:42 +0300
committerGitHub <noreply@github.com>2017-11-15 00:35:42 +0300
commitd906e16617de5abc0d48b0b7cbabe54f10cbed0b (patch)
tree8b6c52f145c1d943488c3a06156d4bde62ef0944
parentc225bbd0216ff4a2acc615fac3ca0cf6a84e1ef4 (diff)
parent69e165dce4950b02d1d8cac2b9fc93e3c8a6f8f3 (diff)
Merge pull request #7171 from nextcloud/bump-versionv13.0.0beta1
v13.0.0 Beta 1
-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' => [