Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbuntu committed Apr 10, 2021
1 parent 841eab5 commit 132f9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/leikr/commands/VersionCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class VersionCommand implements Command {

//TODO: Make sure to update prior to release
private final String version = "Leikr-1.0.4";
private final String version = "Leikr-1.0.5";

@Override
public String execute(String[] command) {
Expand Down

0 comments on commit 132f9c1

Please sign in to comment.