From 14e6457bff0ee94a47fb2c6a6b3664b5686c1bb0 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 30 Aug 2019 20:00:11 +0100 Subject: [PATCH] Update flash-multi Match Windows app version --- linux/flash-multi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/flash-multi b/linux/flash-multi index ee5e211..0e16dfa 100755 --- a/linux/flash-multi +++ b/linux/flash-multi @@ -1,7 +1,7 @@ #!/bin/bash # Write the script header -printf "flash-multi 0.1\n\nThis program is Free Sofware and has NO WARRANTY.\nhttps://github.com/benlye/flash-multi/\n\n"; +printf "flash-multi 0.1.5\n\nThis program is Free Sofware and has NO WARRANTY.\nhttps://github.com/benlye/flash-multi/\n\n"; # Prepare simple help text to disply when needed USAGE="Usage: flash-multi -f [firmware file] -p [serial device]\n\n"