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-15 17:36:01 +0300
committerGitHub <noreply@github.com>2018-11-15 17:36:01 +0300
commit03ea80edde0d0aacbb929fd5b2f95d2395c5514a (patch)
treef144b4a683194504d79b841e8a17b5106fc41741
parent4a71b80b74ba55cabfe9b69cb52500011ae93b13 (diff)
parent1085cae542e791331e789f8e653767893e3f046e (diff)
Merge pull request #12437 from nextcloud/version/noid/13.0.8RC1v13.0.8RC1
13.0.8 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f0869bd3e96..4e494bc31e6 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, 7, 2);
+$OC_Version = array(13, 0, 8, 0);
// The human readable string
-$OC_VersionString = '13.0.7';
+$OC_VersionString = '13.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [