Skip to content

Commit

Permalink
version beta 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Apr 15, 2024
1 parent 93003f5 commit 91cdbaa
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 @@ -144,7 +144,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler development version");
writeln("Callisto compiler beta 0.2");
return 0;
}
case "-a": {
Expand Down

0 comments on commit 91cdbaa

Please sign in to comment.