feat: v0.1.1

This commit is contained in:
2023-05-24 00:45:15 +08:00
parent d91266644d
commit 5e3a8f4348

View File

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