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-13 01:03:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-13 01:03:48 +0300
commitae13fc1e52054b3f59d9fa86a5240a3c4c0e60e0 (patch)
treeddbf4a3dd0dc1a64b112634a1cf7c86b8c9c792b
parent9845401931c42d78b99574fbcc6a94790aed38c7 (diff)
19.0.7
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 b2020e5d940..31c0e477e7b 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, 0];
+$OC_Version = [19, 0, 7, 1];
// The human readable string
-$OC_VersionString = '19.0.7 RC1';
+$OC_VersionString = '19.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [