Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaumeRibas committed Oct 21, 2023
1 parent 7cb6945 commit 26a5fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAImgMaker/src/caimgmaker/AetherImgMaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static void main(String[] rawArgs) throws Exception {
return;
}
if (args.outputVersion) {
System.out.println("0.7.0");
System.out.println("0.7.1");
return;
}
Model model = getModel(args);
Expand Down

0 comments on commit 26a5fb4

Please sign in to comment.