diff --git a/src/util.nim b/src/util.nim index 61ec9bc..a8fdf69 100644 --- a/src/util.nim +++ b/src/util.nim @@ -39,7 +39,7 @@ Usage: proc writeVersion*() = # TODO - echo "0.4.0" + echo "0.5.0" proc logError*(str: string): void = echo fmt"{ansiForegroundColorCode(fgRed)}Error: {str}"