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:
authorJoas Schilling <coding@schilljs.com>2021-02-03 10:38:41 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 10:38:41 +0300
commit9de00f3d24191f18701894eaf71862a1c7d0572e (patch)
treedeb376fdbd375db3711288244ce8f04536c8c8dc /version.php
parent8c41589b30d438a8c813e620dc88e42a48a884dd (diff)
This is 22
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 332dc686cc5..7faeecfb30c 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [21, 0, 0, 15];
+$OC_Version = [22, 0, 0, 0];
// The human readable string
-$OC_VersionString = '21.0.0 beta8';
+$OC_VersionString = '22.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [