Skip to content

Commit

Permalink
fix: changes to version prompt (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKosloski authored Dec 21, 2021
1 parent a7befb8 commit 8e05836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/me/mtk/torrey/Torrey.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ public void showVersionInfo()
{
System.out.format("torreyc %s\n", SEMANTIC_VERSION);
System.out.println("The Compiler for the Torrey Programming Language");
System.out.println("https://github.com/MatthewKosloski/torrey/");
System.out.println();
System.out.println("https://github.com/MatthewKosloski/torrey/\n");
System.out.println("The latest release of the software can be found at:");
System.out.println("https://github.com/MatthewKosloski/torrey/releases/latest");
System.exit(0);
Expand Down

0 comments on commit 8e05836

Please sign in to comment.