prepare for next version

This commit is contained in:
Lukas Schauer
2018-03-11 20:21:40 +01:00
parent fd3fc8af62
commit 8a414e55bc
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ set -o pipefail
umask 077 # paranoid umask, we're creating private keys
VERSION="0.6.0"
VERSION="git-master-after-0.6.0"
# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"