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 <roeland@famdouma.nl>2019-08-13 15:26:23 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-13 15:26:23 +0300
commita4a3047894380d5a3d24f3c3703a8381a8b6a5c8 (patch)
tree592c178e45a5243559ad10145483059ee8abe05c
parent4dea089ed36304a1b8c92608a88a057302562471 (diff)
16.0.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [