Skip to content

Commit

Permalink
beta 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Jun 25, 2024
1 parent aa06baf commit 88d5af2
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 @@ -170,7 +170,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.5.1");
writeln("Callisto compiler beta 0.6.0");
return 0;
}
case "-a": {
Expand Down

0 comments on commit 88d5af2

Please sign in to comment.