Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZHow1024 committed Nov 26, 2024
1 parent 90f239a commit 8691067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void main(String[] args) {
SEGY segy = new SEGY();
String filePath = "";

System.out.println("ZSEGY 1.0");
System.out.println("ZSEGY 1.0.0");
System.out.println("Author: ZZHow");

if (args.length != 0) {
Expand Down Expand Up @@ -56,7 +56,7 @@ public static void main(String[] args) {
filePath = args[1];
}
case "-help", "help" -> {
System.out.println("--- ZSEGY 1.0 使用说明 ---");
System.out.println("--- ZSEGY 1.0.0 使用说明 ---");
System.out.println("java -jar zsegy.jar [-command] <num> [filePath]");
System.out.println("[-command]: ");
System.out.println("-head [filePath]:解析并输出文件头");
Expand Down

0 comments on commit 8691067

Please sign in to comment.