Skip to content

Commit

Permalink
Up to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Sep 17, 2021
1 parent 03836d3 commit 8de2f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/yasuenag/cfa/Option.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public class Option{
* Print usage.
*/
public static void printOptions(){
System.out.println("Class File Analyzer (CFA) 0.2.0");
System.out.println("Copyright (C) 2015, 2017, Yasumasa Suenaga");
System.out.println("Class File Analyzer (CFA) 0.3.0");
System.out.println("Copyright (C) 2015, 2021, Yasumasa Suenaga");
System.out.println();
System.out.println("Usage:");
System.out.println(" java -jar cfa.jar [options] [file or directory...]");
Expand Down

0 comments on commit 8de2f51

Please sign in to comment.