From c960dbf7b6fb08c5a53c72999e1f57a79e1ec82c Mon Sep 17 00:00:00 2001 From: Richard Wilkes Date: Sun, 27 Oct 2024 11:45:35 -0700 Subject: [PATCH] Bump version to v5.28.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fd4815bd..e1f42982 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.28.0" + RELEASE="5.28.1" DIST=1 BUILD_JS=1 BUILD_GO=1