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-07-26 14:30:09 +0300
committerGitHub <noreply@github.com>2018-07-26 14:30:09 +0300
commitadcc061166ab86bd39b004bd85847320fdd2d525 (patch)
treeec356cb6af1a2396c93ab65a2431c3c01ab27554
parente98f4de66a888a70e11bf7964c1a7bb7688e4403 (diff)
parent6d9b8e4a8535007b749b5efce9ec4bac50f93a28 (diff)
Merge pull request #10370 from nextcloud/version/noid/14.0.0beta1v14.0.0beta1
14.0.0 Beta 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 429bfec990f..35bef593764 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,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(14, 0, 0, 12);
+$OC_Version = array(14, 0, 0, 13);
// The human readable string
-$OC_VersionString = '14.0.0 alpha';
+$OC_VersionString = '14.0.0 Beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [