Skip to content

Commit 22f861f

Browse files
authored
chore: bump version to v3.12.0 (#1133)
1 parent 06a68c7 commit 22f861f

File tree

6 files changed

+246
-28
lines changed

6 files changed

+246
-28
lines changed

CHANGELOG.md

Lines changed: 239 additions & 0 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["boltz-core", "boltzr", "boltzr-cli"]
44
exclude = ["hold"]
55

66
[workspace.package]
7-
version = "3.11.0"
7+
version = "3.12.0"
88
license = "AGPL-3"
99
authors = ["michael1011"]
1010
edition = "2024"

package-lock.json

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boltz-backend",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Backend of Boltz",
55
"main": "dist/lib/Boltz.js",
66
"scripts": {

swagger-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "Boltz API",
5-
"version": "3.11.0"
5+
"version": "3.12.0"
66
},
77
"paths": {
88
"/version": {

0 commit comments

Comments
 (0)