From 2e5566b8e32d6791fdc930b65d6690def47b7c3a Mon Sep 17 00:00:00 2001 From: Jintin Date: Tue, 21 Apr 2026 07:20:41 +0800 Subject: [PATCH] chore: bump version to 3.1.0 --- aliasme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliasme.sh b/aliasme.sh index 0f26568..1e01fa5 100644 --- a/aliasme.sh +++ b/aliasme.sh @@ -128,7 +128,7 @@ al(){ echo "al -v # version information" echo "al -h # help" elif [ "$1" = "-v" ]; then - echo "aliasme 3.0.0" + echo "aliasme 3.1.0" echo "visit https://github.com/Jintin/aliasme for more information" else if ! _excute "$1" ; then