Skip to content

Commit fb79d9d

Browse files
authored
Merge pull request #1 from Simperfit/increment-version
increment verison
2 parents 0702665 + 10087c1 commit fb79d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imapsync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Si plusieurs compte à synchro :
99
# compte1:mdp1:compte1newserv:mdp1newserv
1010
# compte2:mdp2:compte2newserv:mdp2newserv
11-
# Version 1.0.0
11+
# Version 1.1.0
1212

13-
VERS=1.0.0
13+
VERS=1.1.0
1414
echo -e "\e[00;31mVersion ${VERS} -> if(Question) mailto(hamza@oblady.fr) use imapsync --help for more support\e[00m"
1515
# Si besoin d'options supplementaire -> For example : --tls1 --tls2 pour activer le tls voir imapsync --help pour avoir la liste
1616
# des options.
@@ -46,4 +46,4 @@ cd LOG_imapsync/
4646
cp log.txt ../log_${timestamp}.txt
4747
cd ../
4848
cp -R LOG_imapsync LOG_impasync_${timestamp}
49-
rm -R LOG_imapsync
49+
rm -R LOG_imapsync

0 commit comments

Comments
 (0)