feat: v0.2.7

This commit is contained in:
2025-10-21 07:23:18 +08:00
parent ce9a7a8c81
commit 7095581be7

View File

@@ -2,5 +2,5 @@ package me.hatter.tools.yubikeyca;
public interface YubikeyCaConstant { public interface YubikeyCaConstant {
String NAME = "yubikey-ca"; String NAME = "yubikey-ca";
String VERSION = "0.2.6"; String VERSION = "0.2.7";
} }