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:
-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' => [