Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Jun 1, 2024
1 parent 4ac56c6 commit 6e0c025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language inspired by YSL-C3 and Forth

## Supported targets
- x86 real mode (complete)
- YETI-16 Mk2 (in progress)
- x86_64 Linux (complete)

## Build
Expand Down
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.4.1");
writeln("Callisto compiler beta 0.5.0");
return 0;
}
case "-a": {
Expand Down

0 comments on commit 6e0c025

Please sign in to comment.