Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Nov 24, 2021
1 parent 73980b1 commit e3cb369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotfox.nim
Expand Up @@ -17,7 +17,7 @@ for kind, key, val in p.getopt():
writeHelp()
quit QuitSuccess
of "version", "v":
echo "v0.5.0"
echo "v0.6.1"
quit QuitSuccess
of "show-ok":
options.showOk = parseBoolFlag(val)
Expand Down

0 comments on commit e3cb369

Please sign in to comment.