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-11-22 16:03:46 +0300
committerGitHub <noreply@github.com>2018-11-22 16:03:46 +0300
commita966d7f9caeb3116024454ec44c45923ada85ad7 (patch)
treefae7db4d1086c5b5fc54f3f69c91f7cfbe635492
parent008826f99e25a37cd485bbc62e638d6175a850fe (diff)
parent51a89baf9aaefd30708b534c69f34766ccbb9fdd (diff)
Merge pull request #12585 from nextcloud/version/noid/13.0.8v13.0.8
13.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4a73153ee54..8190288011d 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, 8, 1);
+$OC_Version = array(13, 0, 8, 2);
// The human readable string
-$OC_VersionString = '13.0.8 RC 2';
+$OC_VersionString = '13.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [