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:
authorLukas Reschke <lukas@statuscode.ch>2017-04-21 20:16:35 +0300
committerGitHub <noreply@github.com>2017-04-21 20:16:35 +0300
commit0e5d9d23107cdafca8e02ab68c03e00d24dbc4de (patch)
treefcf2b5aa74bffbfc21b427dba684236dfc924610
parent59b06161a23c440672b8517e1ee2405bef85bf38 (diff)
parent6f3e0dbe2b7de327737077880d8f67fbaa25bbd4 (diff)
Merge pull request #4419 from nextcloud/final-version
[stable11] Increase version to final 11.0.3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1b040c58687..3701df0f518 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(11, 0, 3, 1);
+$OC_Version = array(11, 0, 3, 2);
// The human readable string
-$OC_VersionString = '11.0.3 RC2';
+$OC_VersionString = '11.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [