From 6212029456f6af54e34cad4152792aff0b2711e3 Mon Sep 17 00:00:00 2001 From: Ninoh-FOX Date: Mon, 23 Dec 2019 12:54:27 +0100 Subject: [PATCH] Add files via upload --- create_flasher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_flasher.sh b/create_flasher.sh index 8fa1cf0..32b190f 100644 --- a/create_flasher.sh +++ b/create_flasher.sh @@ -2,7 +2,7 @@ set -e umask 0022 -VERSION="1.7.9" +VERSION="`cat ./version.txt`" if [ -r "flasher/sd_image.bin" ]; then SD="flasher/sd_image.bin"