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-26 11:36:38 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 11:36:38 +0300
commit83c5f3f3e842563fe33c313dc44019c424963a9a (patch)
tree064833e3105c68a915a275c0fea7711bdf4d3cf8 /version.php
parentbec9f18a0f88a60b687d97b279e371984663febc (diff)
Bump version to Nextcloud 12.0 beta 1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0d1d327cb7f..4e0b3774e46 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, 0, 14);
+$OC_Version = array(12, 0, 0, 15);
// The human readable string
-$OC_VersionString = '12.0 alpha';
+$OC_VersionString = '12.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [