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>2018-06-01 15:08:32 +0300
committerGitHub <noreply@github.com>2018-06-01 15:08:32 +0300
commit13920ec3df5a85c6580aa1ecde59d939bdef5e21 (patch)
treeb18ec1baf3932aa6b5595ea541e1e0b4d5cc59ae
parentda21b2a7ab0b2c307097f47b47da43cb14cd173f (diff)
parentb383c61eba47fb3e599459e9bd4c08632be1d9fd (diff)
Merge pull request #9702 from nextcloud/version/noid/12.0.8RC1v12.0.8RC1
12.0.8 RC 1
-rw-r--r--.drone.yml2
-rw-r--r--version.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 8b406b9b8e6..e90713b285b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -656,7 +656,7 @@ services:
matrix:
DB: postgres
mysql:
- image: mysql
+ image: mysql:5.7.22
environment:
- MYSQL_ROOT_PASSWORD=owncloud
- MYSQL_USER=oc_autotest
diff --git a/version.php b/version.php
index 29c5b0b2346..553db3fe3c9 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(12, 0, 7, 2);
+$OC_Version = array(12, 0, 8, 0);
// The human readable string
-$OC_VersionString = '12.0.7';
+$OC_VersionString = '12.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [