Version: 4.0.3 Update

This commit is contained in:
gh0stkey
2025-01-10 17:45:59 +08:00
parent a06ef8e25e
commit 452f297f55
2 changed files with 9 additions and 44 deletions

View File

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