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>2019-09-25 21:23:52 +0300
committerGitHub <noreply@github.com>2019-09-25 21:23:52 +0300
commit9a39b6a622a99d0b2da4ea287e1b6a300b6a90a9 (patch)
tree8f3612531a96025185f5ea38c31a7672acd26cf8
parentc2e3fce9c61efc72bed8cfe4d64348d6aa1b6ef8 (diff)
parent5ca3a19f9f358253246449dc60a50cdc2867be1a (diff)
Merge pull request #17250 from nextcloud/version/16.0.5/finalv16.0.5
Nextcloud 16.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3c36a77760f..355e653a732 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 = array(16, 0, 5, 0);
+$OC_Version = array(16, 0, 5, 1);
// The human readable string
-$OC_VersionString = '16.0.5 RC1';
+$OC_VersionString = '16.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [