Skip to content

Commit

Permalink
Update to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jun 1, 2022
1 parent c2d34dc commit 8e8e3c4
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.10.0-dev; }
version() { echo 0.10.0; }

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

0 comments on commit 8e8e3c4

Please sign in to comment.