Skip to content

Commit

Permalink
helpAbout.py: bump version to v1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Orgmar <orgmars@gmail.com>
  • Loading branch information
Orgmar authored and vowstar committed May 25, 2022
1 parent 5316768 commit 22e8d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

versionMajor = 1
versionMinor = 7
versionDev = 2
versionDev = 3

date = "2022.05.20"
date = "2022.05.25"

def strAbout():
pathDirList = sys.argv[0].replace("\\", "/").split("/")
Expand Down

0 comments on commit 22e8d4b

Please sign in to comment.