Fix version string

This commit is contained in:
Joey Yakimowich-Payne 2018-07-13 21:06:33 +09:00
commit 8ab57a101c

View file

@ -60,7 +60,7 @@ proc execProc(cmd: string, verbose: bool=false): string {.discardable.}=
)
proc writeVersion() =
echo "Switch build version $version." % ["version", "0.1.0"]
echo "Switch build version $version." % ["version", "0.1.2"]
proc writeHelp() =
writeVersion()