Skip to content

Commit

Permalink
Updated app version in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ironjunk committed Apr 30, 2023
1 parent a1221e4 commit d087bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if __name__ == "__main__":

app_version = 1
app_version = "1.0.1"

lpm_win = Tk()
lpm_win.title("Local Password Manager (v{})".format(app_version))
Expand Down

0 comments on commit d087bfd

Please sign in to comment.