Skip to content

Commit c1649d9

Browse files
committed
Cut version 2.0
1 parent 14fcd6a commit c1649d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/us/q3q/fido2/FIDO2Applet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public final class FIDO2Applet extends Applet implements ExtendedLength {
1414
/**
1515
* The version of this applet in use
1616
*/
17-
private static final byte FIRMWARE_VERSION = 0x01;
17+
private static final byte FIRMWARE_VERSION = 0x02;
1818
// Configurable parameters
1919
/**
2020
* If set, use low-security keys for everything, to fully comply with the FIDO standards without alwaysUv

0 commit comments

Comments
 (0)