We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7b887 commit 0f73bf8Copy full SHA for 0f73bf8
1 file changed
HintMachine/Models/ArchipelagoHintSession.cs
@@ -15,7 +15,7 @@ namespace HintMachine.Models
15
public class ArchipelagoHintSession
16
{
17
private static readonly string[] TAGS = { "AP", "HintGenerator", "TextOnly" };
18
- private static readonly Version VERSION = new Version(0, 4, 1);
+ private static readonly Version VERSION = new Version(0, 6, 3);
19
20
public ArchipelagoSession Client { get; private set; }
21
0 commit comments