Skip to content

Commit 9a15ab7

Browse files
committed
Bump to version 4.3.2
1 parent b3fa682 commit 9a15ab7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
bashmount 4.3.2 (2020-09-08)
2+
- Fix colourize=0
3+
14
bashmount 4.3.1 (2020-08-22)
25
- Use sed s/ instead of y/ as the strings are different lengths
36

bashmount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -u
33

4-
declare -r VERSION="4.3.1"
4+
declare -r VERSION="4.3.2"
55

66
#=============================================================================#
77
# FILE: bashmount #

bashmount.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "BASHMOUNT 1"
136-
.TH BASHMOUNT 1 "2020-08-22" "bashmount 4.3.1" "bashmount"
136+
.TH BASHMOUNT 1 "2020-09-08" "bashmount 4.3.2" "bashmount"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

0 commit comments

Comments
 (0)