Skip to content

Commit 4fe32e5

Browse files
author
Oliver Cervera
authored
bump dev version
1 parent 15b76b9 commit 4fe32e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapraid-aio-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
######################
99
# CONFIG VARIABLES #
1010
######################
11-
SNAPSCRIPTVERSION="3.2-DEV2"
11+
SNAPSCRIPTVERSION="3.2-DEV3"
1212

1313
# Read SnapRAID version
1414
SNAPRAIDVERSION="$(snapraid -V | sed -e 's/snapraid v\(.*\)by.*/\1/')"
@@ -922,4 +922,4 @@ function mklog_noconfig() {
922922
# Set TRAP
923923
trap final_cleanup INT EXIT
924924

925-
main "$@"
925+
main "$@"

0 commit comments

Comments
 (0)