Skip to content

Commit

Permalink
Update to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Mar 15, 2021
1 parent d1473d2 commit f4e18c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Picocrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def startWorker():

# Version
versionString = tkinter.StringVar(tk)
versionString.set("v1.6")
versionString.set("v1.7")
version = tkinter.ttk.Label(
tk,
textvariable=versionString
Expand Down

0 comments on commit f4e18c8

Please sign in to comment.