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-04-08 15:42:56 +0300
committerGitHub <noreply@github.com>2021-04-08 15:42:56 +0300
commit8f42028088a1559d7f85ecd2015abd679f62733d (patch)
tree775b030e4ee9c4b6f3c7580ecf8fb98258e17423
parent6f61abeaabb9a372efe4e88c5a7a98dfb009060c (diff)
parent4112850943d7f8828fe03042c41b71f97694a9d4 (diff)
Merge pull request #26455 from nextcloud/version/19.0.10/finalv19.0.10
19.0.10 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3b9f0e025f8..b0706a7c1a7 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, 10, 0];
+$OC_Version = [19, 0, 10, 1];
// The human readable string
-$OC_VersionString = '19.0.10 RC1';
+$OC_VersionString = '19.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [