From 63ee4a767d13e9e66b7990056a3c60904725b840 Mon Sep 17 00:00:00 2001 From: Oliver Cervera Date: Wed, 28 Apr 2021 14:16:57 +0200 Subject: [PATCH] Release! Version update --- snapraid-aio-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapraid-aio-script.sh b/snapraid-aio-script.sh index b420e11..013aeb3 100644 --- a/snapraid-aio-script.sh +++ b/snapraid-aio-script.sh @@ -8,7 +8,7 @@ ###################### # CONFIG VARIABLES # ###################### -SNAPSCRIPTVERSION="2.9.DEV7" +SNAPSCRIPTVERSION="3.0" # Read SnapRAID version SNAPRAIDVERSION="$(snapraid -V | sed -e 's/snapraid v\(.*\)by.*/\1/')"