Skip to content

Commit

Permalink
Change version parts
Browse files Browse the repository at this point in the history
  • Loading branch information
TRMSC authored Aug 12, 2022
1 parent 3aa9629 commit f2b8750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud-backup-settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Cloud Backup v.1.1.filedev - Copyright (C) 2022, TRMSC - https://trmsc1.wordpress.com/
# Cloud Backup - Copyright (C) 2022, TRMSC - https://trmsc1.wordpress.com/
# GNU General Public Licence 3.0 - http://www.gnu.de/documents/gpl-3.0.en.html

import configparser
Expand All @@ -10,7 +10,7 @@
import getpass
from pickle import TRUE

version = "v.1.2"
version = "v.1.2.1"

def initConfig():
val = readData()
Expand Down

0 comments on commit f2b8750

Please sign in to comment.