From 8d12831fe5ebb8f76e34a45bb89969a4f7743fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Tue, 5 Dec 2023 21:18:56 +0100 Subject: [PATCH] Version bumped to `1.0.2` --- Makefile | 2 +- pathsd.nimble | 2 +- src/pathsd.nim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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