]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
pre-bump version
authorLukas Schauer <lukas@schauer.so>
Tue, 6 Feb 2018 19:53:09 +0000 (20:53 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 6 Feb 2018 19:53:09 +0000 (20:53 +0100)
dehydrated

index ab79decf792c5e196a8f297e7aa36ac232882e0a..eda51bd629d5567b50ac56858b79c0b5fc6a556b 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 umask 077 # paranoid umask, we're creating private keys
 
-VERSION="0.5.0"
+VERSION="0.6.0"
 
 # Find directory in which this script is stored by traversing all symbolic links
 SOURCE="${0}"