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>2020-07-15 23:19:07 +0300
committerGitHub <noreply@github.com>2020-07-15 23:19:07 +0300
commitd7998fa123ae97be6abb31328ca1382a8a5ec31b (patch)
tree2bd99eb3003b7b32bf772af1ab6d259664d14363
parentc50e13c30ec038d538233ea64db4961a8e4b427a (diff)
parent19337759dcb40a77844e5b0d15c49a612a107c44 (diff)
Merge pull request #21801 from nextcloud/version/19.0.1/finalv19.0.1
19.0.1 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9069607ca87..c790d4a3654 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, 1, 0];
+$OC_Version = [19, 0, 1, 1];
// The human readable string
-$OC_VersionString = '19.0.1 RC1';
+$OC_VersionString = '19.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [