diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-10-08 15:02:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-10-08 19:51:13 +0200 |
commit | 6c1b542def8ba59306c4c539c0e56c0794389873 (patch) | |
tree | 1204d10fd64449ed3dd8a41b228780963f1c7936 /version.php | |
parent | b2dedbcc13982dac51e15432c75cd98856520e2b (diff) | |
download | nextcloud-server-6c1b542def8ba59306c4c539c0e56c0794389873.tar.gz nextcloud-server-6c1b542def8ba59306c4c539c0e56c0794389873.zip |
Add cleanup job for old brutefoce attempts
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 6852812f973..41639d6a54a 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, 0]; +$OC_Version = [21, 0, 0, 1]; // The human readable string $OC_VersionString = '21.0.0 alpha'; |