From 464e65c690c1c3fc44b12fda8f2ef5ea5e4e067e Mon Sep 17 00:00:00 2001 From: Joshua Schlichting <7680545+JoshuaSchlichting@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:57:59 -0500 Subject: [PATCH] bump tag version --- jo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jo.sh b/jo.sh index 84eb77b..9baf313 100755 --- a/jo.sh +++ b/jo.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -JOSH_VERSION=0.1.4 +JOSH_VERSION=0.1.5 if [[ "$1" = "--version" || "$1" = "-v" ]]; then echo $JOSH_VERSION exit 0