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>2020-08-21 10:50:54 +0300
committerGitHub <noreply@github.com>2020-08-21 10:50:54 +0300
commit7c30b612bd704b5dfebc7af4280915035d8447a8 (patch)
treeb42b9dc77dc72d61a650ae3008be2de91cc92323 /version.php
parent9073a6937dc06fa4923a4c30aef6fde75d828ee0 (diff)
parent0197f94755962431f573ced4ba168f9a8ba3e90f (diff)
Merge pull request #22188 from nextcloud/version/20.0.0-beta1v20.0.0beta1
20.0.0 Beta 1
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 7f4d76bea22..dbad9ecff1b 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 = [20, 0, 0, 2];
+$OC_Version = [20, 0, 0, 3];
// The human readable string
-$OC_VersionString = '20.0.0 alpha';
+$OC_VersionString = '20.0.0 Beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [