Skip to content

Commit

Permalink
release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed May 17, 2020
1 parent de9eab0 commit 7d42ef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootiso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2181
# shellcheck disable=SC2236
#
# Version 4.0.0-alpha.0
# Version 4.0.0
#
# bootiso - create a bootable USB drive from an image file
# Copyright (C) 2018-2020 jules randolph <[email protected]>
Expand All @@ -26,7 +26,7 @@
set -o pipefail
set -E

version="4.0.0-alpha.0"
version="4.0.0"
scriptName=$(basename "$0")
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extra/man/bootiso.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" The following commands are required for all man pages.
.Dd April 19, 2020
.Dt BOOTISO 1
.Os bootiso 4.0.0-alpha.0
.Os bootiso 4.0.0
.Sh NAME
.Nm bootiso
.Nd create a bootable USB drive from an image file
Expand Down

0 comments on commit 7d42ef1

Please sign in to comment.