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:
authorMorris Jobke <hey@morrisjobke.de>2019-05-15 17:38:56 +0300
committerGitHub <noreply@github.com>2019-05-15 17:38:56 +0300
commitfcd5fc667ec882f8a5141e50b38c515e29a96b47 (patch)
tree1a7b1b6bfa434a4384d662a09b8b805c4c133334
parent70610a2fbe27ad52fbe010a9cdc4bbfc72331460 (diff)
parent13f98ad272997f46ba81bb565ba68fd7c8ef9ec1 (diff)
Merge pull request #15543 from nextcloud/version/16.0.1v16.0.1
16.0.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index eb605532c79..26d6f0e05f6 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, 1, 0);
+$OC_Version = array(16, 0, 1, 1);
// The human readable string
-$OC_VersionString = '16.0.1 RC 1';
+$OC_VersionString = '16.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [