Skip to content

Commit

Permalink
amigaXfer: Set Version to 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalles committed Aug 21, 2022
1 parent 1b20ea3 commit a9b5024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amigaXfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
return
def OnInit(self):
self.debugger = None
self.version = "1.1.1"
self.version = "1.1.2"
self.toolmenu = MenuFrame(self.MenuDone, self.version)
self.setupframe = SetupDialog(self.SetupDialogDone, self.version)
self.setupframe.Show()
Expand Down

0 comments on commit a9b5024

Please sign in to comment.