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

Commit

Permalink
release: v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Sep 21, 2022
1 parent a471eaf commit bb718eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotfox.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.6.1"
version = "0.6.2"
author = "Edwin Kofler"
description = "Dotfile Manager"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dotfox.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for kind, key, val in p.getopt():
writeHelp()
quit QuitSuccess
of "version", "v":
echo "v0.6.1"
echo "v0.6.2"
quit QuitSuccess
of "show-ok":
options.showOk = parseBoolFlag(val)
Expand Down

0 comments on commit bb718eb

Please sign in to comment.