Skip to content

Commit df9df10

Browse files
authored
release v1.27.3
1 parent 597d5d9 commit df9df10

5 files changed

Lines changed: 5 additions & 7 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.2.6",
33
"info": {
44
"title": "Curio RPC API",
5-
"version": "1.27.3-rc3"
5+
"version": "1.27.3"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func BuildTypeString() string {
4444
var BuildVersionArray = [3]int{1, 27, 3}
4545

4646
// RC
47-
var BuildVersionRC = 3
47+
var BuildVersionRC = 0
4848

4949
// Ex: "1.2.3" or "1.2.3-rcX"
5050
var BuildVersion string

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.27.3-rc3
10+
1.27.3
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.27.3-rc3
10+
1.27.3
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

documentation/en/versions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ This is the compatibility matrix for the latest free Curio releases.
1919
| v1.27.0 | v1.34.0 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
2020
| v1.27.1 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
2121
| v1.27.2 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
22-
| v1.27.3-rc1 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
23-
| v1.27.3-rc2 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
24-
| v1.27.3-rc3 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
22+
| v1.27.3 | v1.34.1 | Mainnet | NA | v2025.1 / Automatic | 0.30 / Automatic |
2523

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

0 commit comments

Comments
 (0)