diff options
author | S1m <git@sgougeon.fr> | 2024-03-24 12:17:10 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-15 11:52:40 +0200 |
commit | b7bf8ec3c59a6eae72e47bc85d7349c73667f3c0 (patch) | |
tree | 915890f2ee8c985cd7a86f62de98d804cc448a4f /version.php | |
parent | 3b6d9eb774919270728f1d2a68e0527cde74446e (diff) | |
download | nextcloud-server-b7bf8ec3c59a6eae72e47bc85d7349c73667f3c0.tar.gz nextcloud-server-b7bf8ec3c59a6eae72e47bc85d7349c73667f3c0.zip |
feat(webauthn): Add user verification to webauthn challenges
Require user verification if all tokens are registered
with UV flag, else discourage it
Signed-off-by: S1m <git@sgougeon.fr>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
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 e10c7a3985b..db2f25a6a7d 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [30, 0, 0, 8]; +$OC_Version = [30, 0, 0, 9]; // The human-readable string $OC_VersionString = '30.0.0 RC1'; |