summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-02 11:40:36 +0100
committerJoas Schilling <coding@schilljs.com>2020-12-07 14:19:37 +0100
commiteaba155a09ea7d226b538c5c8d046d2ea839b452 (patch)
treef6ea38804766d9347a6785bf343d541511dde1c4 /version.php
parentefe79f293764225b6036565cb0b5f5a29a16d0ca (diff)
downloadnextcloud-server-eaba155a09ea7d226b538c5c8d046d2ea839b452.tar.gz
nextcloud-server-eaba155a09ea7d226b538c5c8d046d2ea839b452.zip
Add a database table for the accounts data so we can search it better
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 24e3e8db6ae..299855816a9 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// 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, 7];
+$OC_Version = [21, 0, 0, 8];
// The human readable string
$OC_VersionString = '21.0.0 alpha';