Skip to content

Commit 7e5f720

Browse files
committed
Bump version to 1.5.19
1 parent 039aae9 commit 7e5f720

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

srcenv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
version() {
88
if [ -z "$cmd" ]; then
9-
echo 'srcenv 1.5.18'
9+
echo 'srcenv 1.5.19'
1010
else
11-
out 'srcenv 1.5.18'
11+
out 'srcenv 1.5.19'
1212
fi
1313
}
1414

srcenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.6
22
.\"
3-
.TH "SRCENV" "1" "December 2024" "srcenv 1.5.18" "General Commands Manual"
3+
.TH "SRCENV" "1" "December 2024" "srcenv 1.5.19" "General Commands Manual"
44
.SH NAME
55
\f[B]srcenv\f[R] \[em] cross\-shell tool for sourcing POSIX compliant
66
\&.env scripts

srcenv.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% SRCENV(1) srcenv 1.5.18 | General Commands Manual
1+
% SRCENV(1) srcenv 1.5.19 | General Commands Manual
22
%
33
% December 2024
44

srcenv.tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ run_posix_tests() {
772772

773773
[ "$no_stdin" = 1 ] && [ "$1" = 1 ] && when_no_stdin=1 || when_no_stdin=
774774

775-
run "$1" "$2 --version" 'srcenv 1.5.18'
775+
run "$1" "$2 --version" 'srcenv 1.5.19'
776776

777777
run "$when_no_stdin" "$2" ''
778778
run "$1" "$2 --invalid" '' 2

0 commit comments

Comments
 (0)