feat: v0.2.2

This commit is contained in:
2023-11-28 00:38:18 +08:00
parent b2f09d4c05
commit c8aafd0307

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.1"; String VERSION = "0.2.2";
} }