Skip to content

Commit

Permalink
Changing the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisTheAncient committed Sep 16, 2024
1 parent e7251ad commit 420914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tracker/TrackerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 420914b

Please sign in to comment.