Skip to content

Commit

Permalink
beta 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Sep 10, 2024
1 parent 5936808 commit 339f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.9.0");
writeln("Callisto compiler beta 0.10.1");
return 0;
}
case "-a": {
Expand Down

0 comments on commit 339f13d

Please sign in to comment.