Version: 4.1.2 Update

Signed-off-by: gh0stkey <24655118+gh0stkey@users.noreply.github.com>
This commit is contained in:
gh0stkey
2025-04-02 10:36:21 +08:00
parent 3608c3dca8
commit c81094eb30
8 changed files with 86 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ public class HaE implements BurpExtension {
public void initialize(MontoyaApi api) {
// 设置扩展名称
api.extension().setName("HaE - Highlighter and Extractor");
String version = "4.1.1";
String version = "4.1.2";
// 加载扩展后输出的项目信息
Logging logging = api.logging();