Skip to content

Commit

Permalink
release: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed May 26, 2020
1 parent ecc8af5 commit ee6d3cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2-beta.2
# Version 4.1.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.2-beta.2"
version="4.1.0"
scriptName=$(basename "$0")
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# next
# v4.1.0

**Enhancements**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1
<table class="foot">
<tr>
<td class="foot-date">May 22, 2020</td>
<td class="foot-os">bootiso 4.0.2-beta.2</td>
<td class="foot-os">bootiso 4.1.0</td>
</tr>
</table>
</body>
2 changes: 1 addition & 1 deletion extra/man/bootiso.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee6d3cd

Please sign in to comment.