Skip to content

Commit

Permalink
Bump version to 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0mniaque committed Dec 19, 2024
1 parent 413785b commit 336e693
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions srcenv
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

version() {
if [ -z "$cmd" ]; then
echo 'srcenv 1.5.14'
echo 'srcenv 1.5.15'
else
out 'srcenv 1.5.14'
out 'srcenv 1.5.15'
fi
}

Expand Down
2 changes: 1 addition & 1 deletion srcenv.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.6
.\"
.TH "SRCENV" "1" "December 2024" "srcenv 1.5.14" "General Commands Manual"
.TH "SRCENV" "1" "December 2024" "srcenv 1.5.15" "General Commands Manual"
.SH NAME
\f[B]srcenv\f[R] \[em] cross\-shell tool for sourcing POSIX compliant
\&.env scripts
Expand Down
2 changes: 1 addition & 1 deletion srcenv.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% SRCENV(1) srcenv 1.5.14 | General Commands Manual
% SRCENV(1) srcenv 1.5.15 | General Commands Manual
%
% December 2024

Expand Down
2 changes: 1 addition & 1 deletion srcenv.tests
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ run_posix_tests() {

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

run "$1" "$2 --version" 'srcenv 1.5.14'
run "$1" "$2 --version" 'srcenv 1.5.15'

run "$when_no_stdin" "$2" ''
run "$1" "$2 --invalid" '' 2
Expand Down

0 comments on commit 336e693

Please sign in to comment.