clients: bump versions

This commit is contained in:
nym21
2026-05-08 12:14:34 +02:00
parent a9c0a09191
commit aab16f8832
4 changed files with 4 additions and 4 deletions

View File

@@ -7499,7 +7499,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.0-beta.8";
VERSION = "v0.3.0-beta.9";
INDEXES = /** @type {const} */ ([
"minute10",

View File

@@ -40,5 +40,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.3.0-beta.8"
"version": "0.3.0-beta.9"
}