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-07-09 14:50:40 +0300
committerGitHub <noreply@github.com>2019-07-09 14:50:40 +0300
commit185087e9bc46c1ef08e165e1ac979827dc05d469 (patch)
tree0ded9a6afd57bebb18c8d15d40dffbb10f26d0a5
parent7224caaf938243a6fa584893c59e87f9488ee60c (diff)
parentbc298914230290f4a0016a08b7e96b5975b53faf (diff)
Merge pull request #16303 from nextcloud/version/noid/16.0.3v16.0.3
16.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0635be65e59..c9620b4c719 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, 2, 1);
+$OC_Version = array(16, 0, 3, 0);
// The human readable string
-$OC_VersionString = '16.0.2';
+$OC_VersionString = '16.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [