feat: update version

This commit is contained in:
2024-06-30 21:13:10 +08:00
parent 260b79a153
commit 5ab4ad7a18

View File

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