Version: 4.0.5 Update

This commit is contained in:
chen
2025-02-11 18:29:55 +08:00
parent 5977e82ca6
commit 0c795af101
2 changed files with 7 additions and 7 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.4";
String version = "4.0.5";
// 加载扩展后输出的项目信息
Logging logging = api.logging();