From ad439d3b78d66da645cea959fc7800978484c903 Mon Sep 17 00:00:00 2001 From: aweaver Date: Sun, 16 Apr 2017 07:53:28 -0700 Subject: [PATCH] version --- check_video_framemd5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_video_framemd5.sh b/check_video_framemd5.sh index 10cd4c9..3dc8b10 100644 --- a/check_video_framemd5.sh +++ b/check_video_framemd5.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash SCRIPT=$(basename "${0}") - VERSION='2016-12-31' + VERSION='2017-04-16' AUTHOR='ffmprovisr' RED='\033[1;31m' BLUE='\033[1;34m'