diff --git a/bootiso b/bootiso index 5cf06bb..8d737b9 100755 --- a/bootiso +++ b/bootiso @@ -2,7 +2,7 @@ # shellcheck disable=SC2181 # shellcheck disable=SC2236 # -# Version 4.0.2-beta.2 +# Version 4.1.0 # # bootiso - create a bootable USB drive from an image file # Copyright (C) 2018-2020 jules randolph @@ -26,7 +26,7 @@ set -o pipefail set -E -version="4.0.2-beta.2" +version="4.1.0" scriptName=$(basename "$0") bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1) diff --git a/changelog.md b/changelog.md index 0aad0f1..405520a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# next +# v4.1.0 **Enhancements** diff --git a/docs/index.html b/docs/index.html index 09eb8ea..affa503 100644 --- a/docs/index.html +++ b/docs/index.html @@ -673,7 +673,7 @@

May 22, 2020 - bootiso 4.0.2-beta.2 + bootiso 4.1.0 diff --git a/extra/man/bootiso.1 b/extra/man/bootiso.1 index 1f3f98d..100d362 100644 --- a/extra/man/bootiso.1 +++ b/extra/man/bootiso.1 @@ -14,7 +14,7 @@ . .Dd May 22, 2020 .Dt BOOTISO 1 -.Os bootiso 4.0.2-beta.2 +.Os bootiso 4.1.0 .Sh NAME .Nm bootiso .Nd create a bootable USB drive from an image file