server: forgot a 'v' + release: v0.0.15

This commit is contained in:
nym21
2025-04-04 18:59:49 +02:00
parent 4fef8c5cfd
commit feb8898ebf
3 changed files with 14 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ impl Server {
info!("Downloading websites from Github...");
let url = format!(
"https://github.com/bitcoinresearchkit/brk/archive/refs/tags/{}.zip",
"https://github.com/bitcoinresearchkit/brk/archive/refs/tags/v{}.zip",
VERSION
);