From 7bb8778611cceba19bd172bab3ff9fba98f13ea4 Mon Sep 17 00:00:00 2001 From: sainw Date: Thu, 3 Sep 2026 09:23:58 +0630 Subject: [PATCH] pump to 0.1.10 --- build_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lib.sh b/build_lib.sh index 01aed47..d72651f 100755 --- a/build_lib.sh +++ b/build_lib.sh @@ -1,7 +1,7 @@ #!/bin/bash APP_NAME="libgofunc" -VERSION="${1:-v0.1.9}" +VERSION="${1:-v0.1.10}" OUTPUT_DIR="../assets" BUILD_DIR="../build"