From 1765813f08edf553529e32179b6813c7d8f9542c Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 25 Nov 2024 14:04:01 +0800 Subject: [PATCH] bump version to 1.7.2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 64d5adb..2427beb 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.7.1 +VERSION=1.7.2 # Clean up the build directory rm -rf build