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-11-18 22:15:47 +0300
committerGitHub <noreply@github.com>2020-11-18 22:15:47 +0300
commit666ad85b63cf29f10377188992774c57b9d1e69f (patch)
tree99b6929400e98fd2b86bb43c2cc3a170fea25906
parentb19fb241786fc404d8bf585f0e240fd60f4d5aac (diff)
parentb57234accea511cbfed6c7fbe3f6d19dc8c58f5e (diff)
Merge pull request #24171 from nextcloud/version/19.0.5/finalv19.0.5
19.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index db7905dea79..1d281d3a346 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, 5, 1];
+$OC_Version = [19, 0, 5, 2];
// The human readable string
-$OC_VersionString = '19.0.5 RC2';
+$OC_VersionString = '19.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [