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
+1 -1
View File
@@ -4,7 +4,7 @@ members = ["crates/*"]
package.description = "The Bitcoin Research Kit is a suite of tools designed to extract, compute and display data stored on a Bitcoin Core node"
package.license = "MIT"
package.edition = "2024"
package.version = "0.0.14"
package.version = "0.0.15"
package.repository = "https://github.com/bitcoinresearchkit/brk"
[profile.release]