master -> development

* commit '8d12831fe5ebb8f76e34a45bb89969a4f7743fc4':
  Version bumped to `1.0.2`
This commit is contained in:
Tomek Wójcik 2024-01-19 20:59:11 +00:00
commit 1d4ca55f2a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION = 1.0.1
VERSION = 1.0.2
PREFIX ?= /usr/local
OS != uname -o

View File

@ -1,6 +1,6 @@
# Package
version = "1.0.1"
version = "1.0.2"
author = "Tomek Wójcik <contact@bthlabs.pl>"
description = "pathsd by BTHLabs"
license = "MIT"

View File

@ -9,7 +9,7 @@ type
output*: seq[string]
errorCode*: ErrorCode
const version = "1.0.1"
const version = "1.0.2"
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