Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Changed version number from v1.0.20 to v1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Jun 22, 2020
1 parent d509c54 commit 4ba2ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InfiniDrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class InfiniDrive:
def __init__(self):
self.version = "1.0.20"
self.version = "1.0.21"
self.debug_log = open("log.txt", "w")
self.debug_log.write("Version: " + self.version + "\n\n")
self.progress = getpatchedprogress()
Expand Down

0 comments on commit 4ba2ab4

Please sign in to comment.