Skip to content

Commit

Permalink
upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
chesslogic committed Dec 23, 2024
1 parent dedbe8b commit 0377aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APMW.Client/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void Connect(string hostName, int port, string slotName, string password
"ChecksMate",
slotName,
itemsHandlingFlags: ItemsHandlingFlags.AllItems,
new Version(0, 2, 11),
new Version(0, 2, 12),
tags: new string[] { "ChecksMate V" },
password: password,
requestSlotData: true);
Expand Down

0 comments on commit 0377aad

Please sign in to comment.