From 85d633423dcaa63af529002b41945a1c546c053c Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Sat, 7 Dec 2019 17:33:43 +0000 Subject: [PATCH] Increment Linux version --- linux/flash-multi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/flash-multi b/linux/flash-multi index c373143..f963893 100755 --- a/linux/flash-multi +++ b/linux/flash-multi @@ -19,7 +19,7 @@ shopt -s extglob # ********************************************************************* # Define the script version -VERSION=0.2.2 +VERSION=0.2.3 # Write the script header printf "flash-multi $VERSION\n\nThis program is Free Software and has NO WARRANTY.\nhttps://github.com/benlye/flash-multi/\n\n";