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

Commit e3cb369

Browse files
committed
v0.6.1
1 parent 73980b1 commit e3cb369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotfox.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for kind, key, val in p.getopt():
1717
writeHelp()
1818
quit QuitSuccess
1919
of "version", "v":
20-
echo "v0.5.0"
20+
echo "v0.6.1"
2121
quit QuitSuccess
2222
of "show-ok":
2323
options.showOk = parseBoolFlag(val)

0 commit comments

Comments
 (0)