Version: 4.2.1 Update

Signed-off-by: gh0stkey <24655118+gh0stkey@users.noreply.github.com>
This commit is contained in:
gh0stkey
2025-05-08 11:29:09 +08:00
parent 1ffe94e78d
commit d71965ce10
2 changed files with 20 additions and 5 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.2";
String version = "4.2.1";
// 加载扩展后输出的项目信息
Logging logging = api.logging();