Skip to content

Commit 6c05d60

Browse files
committed
Fix merge conflicts
2 parents 5fed1b8 + 2165002 commit 6c05d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_users/src/Model/CaptiveModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ private function getAllowedModulePositions(): array
418418
*
419419
* @return boolean true if user can use the method, false if not
420420
*
421-
* @since 4.4.0
421+
* @since 4.3.2
422422
* @throws \Exception
423423
*/
424424
public function checkTryLimit(MfaTable $method)

libraries/src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'alpha2-dev';
69+
public const EXTRA_VERSION = 'dev';
7070

7171
/**
7272
* Development status.

0 commit comments

Comments
 (0)