From d74e4c7d71bc06190bfa733ab456ac92d8581fc5 Mon Sep 17 00:00:00 2001 From: Jorge Montejo Date: Tue, 7 May 2024 20:04:15 +0200 Subject: [PATCH] Update version in config.json (#3413) --- apps/bitcoind/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bitcoind/config.json b/apps/bitcoind/config.json index d64d3519..4d504af2 100644 --- a/apps/bitcoind/config.json +++ b/apps/bitcoind/config.json @@ -8,7 +8,7 @@ "id": "bitcoind", "description": "Bitcoin core node", "tipi_version": 2, - "version": "26.0", + "version": "27.0", "categories": [ "finance" ], @@ -110,4 +110,4 @@ "amd64", "arm64" ] -} \ No newline at end of file +}