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>2017-04-07 11:50:28 +0300
committerGitHub <noreply@github.com>2017-04-07 11:50:28 +0300
commit35b1f23d1129ad05f6b6e27f390264c1f7112ecd (patch)
treef9f657f63b28be052e4b655227f3a5cb6cf3aa13
parent04e22a94b8f3526561c2b5f369b1a718301d94c7 (diff)
parentfcf5739cc5be11681d24268cbc19e06f8042c707 (diff)
Merge pull request #4230 from nextcloud/stable11-increase-version
[stable11] Increase to 11.0.3 RC1
-rw-r--r--tests/lib/App/AppStore/Fetcher/AppFetcherTest.php2
-rw-r--r--version.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
index 7e2bbe0a1c6..7fbbde722e7 100644
--- a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
+++ b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
@@ -114,7 +114,7 @@ EOD;
$client
->expects($this->once())
->method('get')
- ->with('https://apps.nextcloud.com/api/v1/platform/11.0.2/apps.json')
+ ->with('https://apps.nextcloud.com/api/v1/platform/11.0.3/apps.json')
->willReturn($response);
$response
->expects($this->once())
diff --git a/version.php b/version.php
index e66b44166d2..b93e7485483 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, 2, 7);
+$OC_Version = array(11, 0, 3, 0);
// The human readable string
-$OC_VersionString = '11.0.2';
+$OC_VersionString = '11.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [