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

Commit bb718eb

Browse files
committed
release: v0.6.2
1 parent a471eaf commit bb718eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotfox.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.6.1"
1+
version = "0.6.2"
22
author = "Edwin Kofler"
33
description = "Dotfile Manager"
44
license = "MPL-2.0"

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.6.1"
20+
echo "v0.6.2"
2121
quit QuitSuccess
2222
of "show-ok":
2323
options.showOk = parseBoolFlag(val)

0 commit comments

Comments
 (0)