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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2021-01-19 17:16:50 +0300
committerGitHub <noreply@github.com>2021-01-19 17:16:50 +0300
commit706438a70352eddab9f7e9d778e0401137044596 (patch)
treee8effb68099643251bd2f7ad2dabc364a6bf2375
parenta95e487ba1aa19e86a7b6efb719c73e9a93773b3 (diff)
parent122e4970c657e86ff6d499e4b451f69454e39440 (diff)
Merge pull request #25204 from nextcloud/version/19.0.8/rc1v19.0.8RC1
19.0.8 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 31c0e477e7b..fa0cddea1fd 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 = [19, 0, 7, 1];
+$OC_Version = [19, 0, 8, 0];
// The human readable string
-$OC_VersionString = '19.0.7';
+$OC_VersionString = '19.0.8 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [