From c2b8ba9f6c7288c09cc44e8802826e61cfe7b1cb Mon Sep 17 00:00:00 2001 From: Rob Zwissler Date: Fri, 22 Mar 2024 10:26:36 -0700 Subject: [PATCH] bump version to v1.2.4 --- sver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sver b/sver index 3116cfa..248ed37 100755 --- a/sver +++ b/sver @@ -3,7 +3,7 @@ # shellcheck disable=SC1008,SC2015,SC2096 # shfmt -i 2 -ci -w -SVER_VERSION=v1.2.3 +SVER_VERSION=v1.2.4 SVER_INTRO="\ sver ${SVER_VERSION} (https://github.com/robzr/sver) self contained cli tool and function library implementing a Semantic Versioning 2 compliant parser and utilities.