Version bumped to 1.0.2

This commit is contained in:
Tomek Wójcik 2023-12-05 21:18:56 +01:00
parent 668f60aaaa
commit 8d12831fe5
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