Skip to content

Commit

Permalink
version 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Nov 5, 2020
1 parent 8e35e39 commit fef95a3
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 @@ -19,7 +19,7 @@


def getVersion() -> str:
return "1.8.7"
return "1.8.8"


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.7"
#define MyAppVersion "1.8.8"
#define MyAppURL "https://github.com/elesiuta/backupy"
#define MyAppExeName "BackuPy.exe"

Expand Down

0 comments on commit fef95a3

Please sign in to comment.