From d9d410d5d83709d130d92c4b7f80ad89d723fe0e Mon Sep 17 00:00:00 2001 From: Sotiris Papatheodorou Date: Sat, 10 Jul 2021 00:41:46 +0100 Subject: [PATCH] Add version number in the source --- bootsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootsh b/bootsh index c9f9d97..6e18199 100755 --- a/bootsh +++ b/bootsh @@ -1,5 +1,5 @@ #!/bin/sh -# bootsh - create a bootable removable device from an image file +# bootsh v1.0.1 - create a bootable removable device from an image file # SPDX-FileCopyrightText: 2021 Sotiris Papatheodorou # SPDX-License-Identifier: GPL-3.0-or-later set -eu -- 2.34.2