diff --git a/worlds/tracker/TrackerClient.py b/worlds/tracker/TrackerClient.py index a0155711913a..626266a0c420 100644 --- a/worlds/tracker/TrackerClient.py +++ b/worlds/tracker/TrackerClient.py @@ -282,7 +282,7 @@ class TrackerView(RecycleView): def __init__(self, **kwargs): super().__init__(**kwargs) self.data = [] - self.data.append({"text": "Tracker v0.1.10 Initializing"}) + self.data.append({"text": "Tracker v0.1.12 RC1 Initializing"}) def resetData(self): self.data.clear()