Skip to content

Commit 550f2ee

Browse files
authored
Release 1.28.4 bump (#1428)
* Release bump * make gen! --------- Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
1 parent 1352ea0 commit 550f2ee

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

build/openrpc/curio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openrpc": "1.3.2",
33
"info": {
44
"title": "Curio RPC API",
5-
"version": "1.28.3"
5+
"version": "1.28.4"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func BuildTypeString() string {
4141
}
4242

4343
// Intent: Major.Network.Patch
44-
var BuildVersionArray = [3]int{1, 28, 3}
44+
var BuildVersionArray = [3]int{1, 28, 4}
4545

4646
// RC
4747
var BuildVersionRC = 0

documentation/en/curio-cli/curio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
curio [global options] command [command options]
88
99
VERSION:
10-
1.28.3
10+
1.28.4
1111
1212
COMMANDS:
1313
cli Execute cli commands

documentation/en/curio-cli/sptool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77
sptool [global options] command [command options]
88
99
VERSION:
10-
1.28.3
10+
1.28.4
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

documentation/en/versions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This is the compatibility matrix for the latest free Curio releases.
2525
| v1.28.1 | v1.36.0 | Mainnet | NA | v2025.1 / Automatic | 0.33 / Automatic |
2626
| v1.28.2 | v1.36.1 | Mainnet | NA | v2025.1 / Automatic | 0.34 / Automatic |
2727
| v1.28.3 | v1.36.2 | Mainnet | NA | v2025.1 / Automatic | 0.35 / Automatic |
28+
| v1.28.4 | v1.36.2 | Mainnet | NA | v2025.1 / Automatic | 0.35 / Automatic |
29+
2830

2931
{% hint style="danger" %}
3032
Releases in <mark style="color:red;">red color</mark> are **not recommended**. Please proceed with the next stable release.

0 commit comments

Comments
 (0)