Skip to content

Commit

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

0 comments on commit fc17b29

Please sign in to comment.