Skip to content

Commit d36dfd8

Browse files
LexLuthrsnadrus
andauthored
chore: release v1.28.2-rc1 (#1263)
* Pay CleanupFee * update pdpVerifier ABIs * release v1.28.2-rc1 --------- Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com>
1 parent 9d2838a commit d36dfd8

12 files changed

Lines changed: 746 additions & 83 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.1"
5+
"version": "1.28.2-rc1"
66
},
77
"methods": [
88
{

build/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ func BuildTypeString() string {
4141
}
4242

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

4646
// RC
47-
var BuildVersionRC = 0
47+
var BuildVersionRC = 1
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.28.1
10+
1.28.2-rc1
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.1
10+
1.28.2-rc1
1111
1212
COMMANDS:
1313
actor Manage Filecoin Miner Actor Metadata

0 commit comments

Comments
 (0)