This commit is contained in:
Jeremy Baxter 2024-06-17 07:59:23 +12:00
parent c4e68581da
commit b5d42f082d

2
mal.d
View file

@ -119,7 +119,7 @@ main(string[] args)
} }
if (showVersion) { if (showVersion) {
writeln("mal version 0.0.0"); writeln("mal version 1.0");
return 0; return 0;
} }