Skip to content

Commit ec7bec8

Browse files
authored
[skip ci] update uci id to v1.4
1 parent 3b92c5a commit ec7bec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rudim/CLI/UCI/UciClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public void Run(string[] parameters)
5454

5555
private static void WriteId()
5656
{
57-
CliClient.WriteLine("id name Rudim 1.3");
57+
CliClient.WriteLine("id name Rudim 1.4");
5858
CliClient.WriteLine("id author Vishnu B");
5959
CliClient.WriteLine("uciok");
6060
}
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)