Skip to content

Commit

Permalink
Bump version to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0mniaque committed Nov 26, 2024
1 parent ee1204d commit bde0f47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion srcenv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# shellcheck disable=SC2016

version() {
echo "srcenv 1.2.12"
echo "srcenv 1.2.13"
}

# region Help / Usage
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.5
.\"
.TH "SRCENV" "1" "November 2024" "srcenv 1.2.12" "General Commands Manual"
.TH "SRCENV" "1" "November 2024" "srcenv 1.2.13" "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.2.12 | General Commands Manual
% SRCENV(1) srcenv 1.2.13 | General Commands Manual
%
% November 2024

Expand Down
2 changes: 1 addition & 1 deletion srcenv.tests
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ EOF

# region Tests

test "./srcenv --version" "srcenv 1.2.12"
test "./srcenv --version" "srcenv 1.2.13"

test "./srcenv --invalid" "" 1

Expand Down

0 comments on commit bde0f47

Please sign in to comment.