Skip to content

Commit

Permalink
Merge pull request #211 from fox0430/fix#210
Browse files Browse the repository at this point in the history
Fix #210
  • Loading branch information
fox0430 authored Apr 8, 2019
2 parents d1b3ca2 + d5e0d47 commit 246af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moepkg/cmdoption.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc parseCommandLineOption*(line: seq[string]): ComdParsedList =
of cmdShortOption, cmdLongOption:
case key:
of "v", "version":
echo "v0.0.4"
echo "v0.0.6"
quit()
of cmdEnd:
assert(false)

0 comments on commit 246af0b

Please sign in to comment.