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>2019-03-29 17:19:36 +0300
committerGitHub <noreply@github.com>2019-03-29 17:19:36 +0300
commitf3dd8d7959ca6a137e17d2eaefe592f7fccaf3d3 (patch)
tree7306d94cf2227c9b38dfe7f6b8acd089dfdc2b54
parented0e18fb8993213ab1269ae417ebdc0d8e6dc0d9 (diff)
parentd6c380d0ede758d6fefd59c408e9fbbdddbaaa55 (diff)
Merge pull request #14910 from nextcloud/version/rc/14.0.9rc1v14.0.9RC1
14.0.9 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f05e6340adb..0405128684e 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, 8, 2);
+$OC_Version = array(14, 0, 9, 0);
// The human readable string
-$OC_VersionString = '14.0.8';
+$OC_VersionString = '14.0.9 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [