Skip to content

Commit

Permalink
1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jun 5, 2024
1 parent 4f6e5b1 commit 271fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/co/casterlabs/katana/Katana.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@Getter
public class Katana {
public static final String VERSION = "1.25.1";
public static final String VERSION = "1.26.0";
public static final String SERVER_DECLARATION = String.format("Katana/%s (%s)", Katana.VERSION, System.getProperty("os.name", "Generic"));

private CommandRegistry<Void> commandRegistry = new CommandRegistry<>();
Expand Down

0 comments on commit 271fb9d

Please sign in to comment.