Skip to content

Commit

Permalink
Update to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 12, 2024
1 parent d80df93 commit 777e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shdotenv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
# Explicitly reset the IFS for the old dash (ash)
IFS=$(printf '\n\t') && IFS=" ${IFS#?}${IFS%?}"

version() { echo 0.13.0; }
version() { echo 0.14.0; }

usage() {
printf '%s\n' "Usage: shdotenv [OPTION]... [--] [[COMMAND | export] [ARG]...]" \
Expand Down

0 comments on commit 777e8ed

Please sign in to comment.