From 9048ea6110b7cd9ff4de52956dc23b653f5af9b8 Mon Sep 17 00:00:00 2001 From: Yui-Song <84501897+Yui-Song@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:43:24 +0800 Subject: [PATCH] bump to v1.0.10 (#180) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9fb7184..9185c99 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -version=1.0.9 +version=1.0.10 case $(uname -s) in Linux|linux) os=linux ;;