From d41028875c353441a6da688bf343e3021ea52018 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Sep 2015 20:36:19 +0200 Subject: [PATCH] version bump 0.7.2 --- hashboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot.sh b/hashboot.sh index f8e0c5a..5f48916 100755 --- a/hashboot.sh +++ b/hashboot.sh @@ -4,7 +4,7 @@ #3 = checksum mbr/boot mismatch, 4 = not root, 5 = no hasher found, 6 = wrong usage, #7 = write error, 8 = dd error, 9 config file error -VERSION="0.7.1" +VERSION="0.7.2" PATH="/bin:/usr/bin:/sbin:/usr/sbin" DIGEST_FILE="/var/lib/hashboot.digest"