Skip to content

Commit

Permalink
chore: version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
typekpb committed Dec 31, 2019
1 parent 873226c commit b5ed2e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shpec/wtfc_shpec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ describe "-V, --version argument"
assert equal "$?" "0"
end

it "-V prints 'wtfc (WaiT For the Command) version: 0.0.2'"
it "-V prints 'wtfc (WaiT For the Command) version: 0.0.3'"
message="$($SHPEC_ROOT/../wtfc.sh -V 2>&1)"
assert grep "${message}" "wtfc (WaiT For the Command) version: 0.0.2"
assert grep "${message}" "wtfc (WaiT For the Command) version: 0.0.3"
end

it "--version prints 'wtfc (WaiT For the Command) version: 0.0.2'"
it "--version prints 'wtfc (WaiT For the Command) version: 0.0.3'"
message="$($SHPEC_ROOT/../wtfc.sh --version 2>&1)"
assert grep "${message}" "wtfc (WaiT For the Command) version: 0.0.2"
assert grep "${message}" "wtfc (WaiT For the Command) version: 0.0.3"
end
end

Expand Down
2 changes: 1 addition & 1 deletion wtfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmdname="${0##*/}"

VERSION=0.0.2
VERSION=0.0.3

echoto() {
# print to stderr or to stdout
Expand Down

0 comments on commit b5ed2e0

Please sign in to comment.