From d0c81b89425ba28747dec3b9611a58a498bdab8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Sun, 9 Nov 2025 20:42:40 +0100 Subject: [PATCH] update knots to v29.2 (#5149) --- home.admin/config.scripts/bonus.knots.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/config.scripts/bonus.knots.sh b/home.admin/config.scripts/bonus.knots.sh index 74ee5eddc..655f77493 100755 --- a/home.admin/config.scripts/bonus.knots.sh +++ b/home.admin/config.scripts/bonus.knots.sh @@ -12,10 +12,10 @@ APPID="knots" # one-word lower-case no-specials # clean human readable version - will be displayed in UI # just numbers only separated by dots (2 or 0.1 or 1.3.4 or 3.4.5.2) -VERSION="28.1" +VERSION="29.2" -FILEMASTER="28.x" -FILEMASTERTAG="28.1.knots20250305" +FILEMASTER="29.x" +FILEMASTERTAG="29.2.knots20251010" # the git repo to get the source code from for install GITHUB_REPO="https://github.com/bitcoinknots/bitcoin" @@ -23,7 +23,7 @@ GITHUB_REPO="https://github.com/bitcoinknots/bitcoin" # the github tag of the version of the source code to install # can also be a commit hash # if empty it will use the latest source version -GITHUB_TAG="v28.1.knots20250305" +GITHUB_TAG="v29.2.knots20251010" # the github signature to verify the author # leave GITHUB_SIGN_AUTHOR empty to skip verifying