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-02-06 03:24:06 +0300
committerGitHub <noreply@github.com>2018-02-06 03:24:06 +0300
commit3b4285e13f6b1ec074b98466f49e189101f090bc (patch)
treec65729f27a23d1b6dd6579a1303df0d0276bcb58
parent976e5e35f7696e2b2c5abc0d9ade4aa8601e13d6 (diff)
parentbc171d46e6a41737701bdd9878fd2a16bce8d3f0 (diff)
Merge pull request #8187 from nextcloud/13-finalv13.0.0
Final 13.0.0
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f7a8d3d9e80..77d1465d19d 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, 13);
+$OC_Version = array(13, 0, 0, 14);
// The human readable string
-$OC_VersionString = '13.0.0 RC 4';
+$OC_VersionString = '13.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [