Skip to content

Commit fc17b29

Browse files
committed
version beta 0.7.0
1 parent bb25bc6 commit fc17b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ int main(string[] args) {
179179
break;
180180
}
181181
case "--version": {
182-
writeln("Callisto compiler beta 0.6.0");
182+
writeln("Callisto compiler beta 0.7.0");
183183
return 0;
184184
}
185185
case "-a": {

0 commit comments

Comments
 (0)