Skip to content

Commit

Permalink
version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Feb 13, 2021
1 parent 2e56a30 commit 2102ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backupy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def getVersion() -> str:
return "1.8.13"
return "1.9.0"


def getString(text: str) -> str:
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "BackuPy"
#define MyAppVersion "1.8.x"
#define MyAppVersion "1.x.y"
#define MyAppURL "https://github.com/elesiuta/backupy"
#define MyAppExeName "BackuPy.exe"

Expand Down

0 comments on commit 2102ed6

Please sign in to comment.