Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed Sep 15, 2020
1 parent d4a9790 commit e0a7995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/shiroexploit/gui/StartPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void main(String[] args) {
public void start(Stage primaryStage) throws Exception {

Pane borderPane = new StartPane().getPane();
primaryStage.setTitle("Shiro550/721漏洞检测 v2.42 Final by飞鸿");
primaryStage.setTitle("Shiro550/721漏洞检测 v2.43 Final by飞鸿");
primaryStage.setScene(new Scene(borderPane, 800, 700));
primaryStage.show();

Expand Down

0 comments on commit e0a7995

Please sign in to comment.