version: bump

This commit is contained in:
nym21
2026-04-23 10:20:57 +02:00
parent f5c50e69fc
commit ce00de5da8
4 changed files with 4 additions and 4 deletions

View File

@@ -7106,7 +7106,7 @@ function createTransferPattern(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.3.0-beta.3";
VERSION = "v0.3.0-beta.4";
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.3"
"version": "0.3.0-beta.4"
}