release 0.6.3

This commit is contained in:
Lukas Schauer
2019-06-25 12:50:45 +02:00
parent be13dcd454
commit f9d0b1bd70
2 changed files with 5 additions and 2 deletions

View File

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