preparing for release 0.7.0

This commit is contained in:
Lukas Schauer
2020-12-10 16:54:26 +01:00
parent e784ba3853
commit 082da2527c
4 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
exec 3>&-
exec 4>&-
VERSION="0.6.6"
VERSION="0.7.0"
# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"