fix t8n tool copyright banner
This commit is contained in:
parent
9aa925cf36
commit
12e5b6460e
|
@ -144,6 +144,6 @@ proc init*(_: type T8NConf, cmdLine = commandLineParams()): T8NConf =
|
|||
result = T8NConf.load(
|
||||
cmdLine.convertToNimStyle,
|
||||
version = Version,
|
||||
copyrightBanner = Copyright
|
||||
copyrightBanner = Version & "\n" & Copyright
|
||||
)
|
||||
{.pop.}
|
||||
|
|
Loading…
Reference in New Issue