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-08-14 21:00:44 +0300
committerGitHub <noreply@github.com>2019-08-14 21:00:44 +0300
commita1a245e88202d834f08f4c2e4451dcbe9baee3aa (patch)
tree036a78560cf24d4371dcb5cfadd4ee16b8e63e51
parent85a070b2420df76459ef38f968e187129b2f94fc (diff)
parenta4a3047894380d5a3d24f3c3703a8381a8b6a5c8 (diff)
Merge pull request #16733 from nextcloud/version/16.0.4/finalv16.0.416.0.4
16.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 966afc78a02..6352123773e 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, 4, 0);
+$OC_Version = array(16, 0, 4, 1);
// The human readable string
-$OC_VersionString = '16.0.4 RC1';
+$OC_VersionString = '16.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [