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:
authorMorris Jobke <hey@morrisjobke.de>2017-12-13 16:35:51 +0300
committerGitHub <noreply@github.com>2017-12-13 16:35:51 +0300
commit66391d65a68d89f5351c1be7810cd4abd0e82989 (patch)
treed0f52b8baf3b1a4c7439f157e445a00b335dbc85
parenta3120d428bf0b94bcbf2ea92a82cedcfe1397fa7 (diff)
parentbc125add0573ff5037aae7ff90ac5ea5fec9a86c (diff)
Merge pull request #7475 from nextcloud/13beta3v13.0.0beta3
13.0.0 beta3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4841acdd1f6..53272cf32fe 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, 7);
+$OC_Version = array(13, 0, 0, 8);
// The human readable string
-$OC_VersionString = '13.0.0 Beta 2';
+$OC_VersionString = '13.0.0 Beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [