Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielinux committed Jul 2, 2020
1 parent 4cc54f4 commit b6d9097
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
bashmount 4.3.0 (2020-07-02)
- Fix bug when opening crypto_LUKS devices directly
- Fix error message when an unmount fails
- Fix bug that inadvertently hid disks with no partitions

bashmount 4.2.5 (2020-06-12)
- Tweak appearance

Expand Down
2 changes: 1 addition & 1 deletion bashmount
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -u
# this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

declare -r VERSION="4.2.5"
declare -r VERSION="4.3.0"

if (( $# > 0 )) && [[ "$1" == "-v" || "$1" == "--version" ]]; then
printf '%s\n' "$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion bashmount.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "BASHMOUNT 1"
.TH BASHMOUNT 1 "2020-06-12" "bashmount 4.2.5" "bashmount"
.TH BASHMOUNT 1 "2020-07-02" "bashmount 4.3.0" "bashmount"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down

0 comments on commit b6d9097

Please sign in to comment.