Set version to 0.8.1
This commit is contained in:
parent
b24dabf203
commit
45535d7ff5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
project: Backuppy
|
||||
version: 0.8
|
||||
version: 0.8.1
|
||||
file: install.py
|
||||
summary: python installer-script in CLI-mode
|
||||
"""
|
||||
|
@ -17,7 +17,7 @@ from languages import german
|
|||
|
||||
# local globals
|
||||
# ----------------------
|
||||
VERSION: str = "0.8"
|
||||
VERSION: str = "0.8.1"
|
||||
EMAIL = "fotocoder@joschu.ch"
|
||||
EXCLUDE_FILE = "exclude.txt"
|
||||
BACKUPPY_SCRIPT = "Backuppy.sh"
|
||||
|
|
Loading…
Reference in a new issue