Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dykstrom committed Jun 29, 2024
1 parent 8a7ba60 commit 4d5596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/se/dykstrom/cet/cli/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@SuppressWarnings("unused")
@Command(name = "cet",
mixinStandardHelpOptions = true,
version = "chess-engine-tester 0.1.0",
version = "chess-engine-tester 0.2.1",
description = "Tests chess engines by letting them play each other.")
public class App implements Callable<Integer> {

Expand Down

0 comments on commit 4d5596e

Please sign in to comment.