master -> development
* commit '8d12831fe5ebb8f76e34a45bb89969a4f7743fc4': Version bumped to `1.0.2`
This commit is contained in:
commit
1d4ca55f2a
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 1.0.1
|
VERSION = 1.0.2
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
||||||
OS != uname -o
|
OS != uname -o
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
author = "Tomek Wójcik <contact@bthlabs.pl>"
|
author = "Tomek Wójcik <contact@bthlabs.pl>"
|
||||||
description = "pathsd by BTHLabs"
|
description = "pathsd by BTHLabs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -9,7 +9,7 @@ type
|
||||||
output*: seq[string]
|
output*: seq[string]
|
||||||
errorCode*: ErrorCode
|
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 usage_string = """usage: pathsd [--version | --help] [-v | -q] [-s shell] search_path ..."""
|
||||||
const version_string = fmt"""pathsd {version}"""
|
const version_string = fmt"""pathsd {version}"""
|
||||||
const help_string = fmt"""pathsd {version} by BTHLabs
|
const help_string = fmt"""pathsd {version} by BTHLabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user