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>2018-01-05 14:19:49 +0300
committerGitHub <noreply@github.com>2018-01-05 14:19:49 +0300
commit62656dc5c2b39f911fa3260ac291f0301b03a7a3 (patch)
tree29b6e773c4cb803f0d6e36305619232c7a382dac
parent05bcdf937b9976de560192a3b06c21e5b6ea7774 (diff)
parent11c6186087acf53ada630914595a4e73f5fc13ad (diff)
Merge pull request #7664 from nextcloud/13beta4v13.0.0beta4
13.0.0 beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 53272cf32fe..c94a897f4e7 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, 8);
+$OC_Version = array(13, 0, 0, 9);
// The human readable string
-$OC_VersionString = '13.0.0 Beta 3';
+$OC_VersionString = '13.0.0 Beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [