Version bumped to 1.1.0

This commit is contained in:
2024-01-19 22:49:57 +01:00
parent 95934ee91a
commit 293c75456e
4 changed files with 12 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ type
output*: seq[string]
errorCode*: ErrorCode
const version = "1.0.2"
const version = "1.1.0"
const usage_string = """usage: pathsd [--version | --help] [-v | -q] [-s shell] search_path ..."""
const version_string = fmt"""pathsd {version}"""
const help_string = fmt"""pathsd {version} by BTHLabs