diff options
author | S1m <git@sgougeon.fr> | 2024-03-24 12:17:10 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-15 11:03:10 +0200 |
commit | 9189bc290bd46e103b859c8366b22562d405fb3b (patch) | |
tree | a5b36c34818b44c91d06c9714bfe61f4286e7e83 /version.php | |
parent | e218d1f98e19307f2bf170e09670e4f7fe61f061 (diff) | |
download | nextcloud-server-9189bc290bd46e103b859c8366b22562d405fb3b.tar.gz nextcloud-server-9189bc290bd46e103b859c8366b22562d405fb3b.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 19634c49807..856c0764327 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 = [31, 0, 0, 0]; +$OC_Version = [31, 0, 0, 1]; // The human-readable string $OC_VersionString = '31.0.0 dev'; |