diff --git a/Makefile b/Makefile index 980fdd1..43fa646 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.1 +VERSION = 1.0.2 PREFIX ?= /usr/local OS != uname -o diff --git a/pathsd.nimble b/pathsd.nimble index 849c3e2..a6988d8 100644 --- a/pathsd.nimble +++ b/pathsd.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.1" +version = "1.0.2" author = "Tomek Wójcik " description = "pathsd by BTHLabs" license = "MIT" diff --git a/src/pathsd.nim b/src/pathsd.nim index 454be96..a6f6f3c 100644 --- a/src/pathsd.nim +++ b/src/pathsd.nim @@ -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