Skip to content

Commit

Permalink
Merge #720
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Sep 28, 2020
2 parents fa1132c + 139fdc5 commit b590330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>featurecat</groupId>
<artifactId>lizzie</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>

<properties>
<!-- Prevent warning: "[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!"-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/Lizzie.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Lizzie {
public static GtpConsolePane gtpConsole;
public static Board board;
public static Leelaz leelaz;
public static String lizzieVersion = "0.7.2";
public static String lizzieVersion = "0.7.3";
private static String[] mainArgs;
public static EngineManager engineManager;

Expand Down

0 comments on commit b590330

Please sign in to comment.