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 <roeland@famdouma.nl>2021-01-19 14:57:27 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-01-19 15:51:18 +0300
commit122e4970c657e86ff6d499e4b451f69454e39440 (patch)
treee8effb68099643251bd2f7ad2dabc364a6bf2375
parenta95e487ba1aa19e86a7b6efb719c73e9a93773b3 (diff)
19.0.8 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [