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-12 14:35:55 +0300
committerGitHub <noreply@github.com>2017-12-12 14:35:55 +0300
commit14c83e415c2e1e748c335fcb48a5b979240ecb9d (patch)
tree939ac9251c0333e5cb1f9de702873a73a3f7962d
parent7ad746ad7043e0b7bc70a839ac4cf887aee2a943 (diff)
parentc1517f4ac16bd4c7f754e4e5e45f95f8303bd456 (diff)
Merge pull request #7425 from nextcloud/13.0.0beta2-prepv13.0.0beta2
13.0.0 beta 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ccd2ba94f4c..4841acdd1f6 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, 6);
+$OC_Version = array(13, 0, 0, 7);
// The human readable string
-$OC_VersionString = '13.0.0 Beta 1';
+$OC_VersionString = '13.0.0 Beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [