Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
JaumeRibas committed Jun 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3084d60 commit c33799b
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
@@ -85,7 +85,7 @@ public static void main(String[] rawArgs) throws Exception {
return;
}
if (args.outputVersion) {
System.out.println("0.8.0");
System.out.println("0.9.0");
return;
}
Model model = getModel(args);

0 comments on commit c33799b

Please sign in to comment.