From 937061e354a91d860d35322b9949fbcb02564b66 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sun, 2 Oct 2016 21:02:31 +0200 Subject: [PATCH] updated also the... date --- check_framemd5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_framemd5.sh b/check_framemd5.sh index 2ccba6a..d371837 100644 --- a/check_framemd5.sh +++ b/check_framemd5.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash SCRIPT=$(basename "${0}") - VERSION='2016-10-01' + VERSION='2016-10-02' AUTHOR='ffmprovisr' RED='\033[1;31m' BLUE='\033[1;34m'