From bac619c1ae34a1ffeb29b80cadd233794fbbea64 Mon Sep 17 00:00:00 2001 From: Richard Wilkes Date: Fri, 19 Jul 2024 15:07:14 -0700 Subject: [PATCH] Bump version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2f1d674c..3d70df8a 100755 --- a/build.sh +++ b/build.sh @@ -48,7 +48,7 @@ for arg in "$@"; do --dist | -d) EXTRA_BUILD_FLAGS="-a -trimpath" EXTRA_LD_FLAGS="-s -w" - RELEASE="5.24.1" + RELEASE="5.25.0" DIST=1 BUILD_JS=1 BUILD_GO=1