Bump NodeBuildVersion to v1.27.1-rc1

Bump NodeBuildVersion to v1.27.1-rc1
This commit is contained in:
Phi 2024-06-09 21:19:23 +01:00
parent 961039c5d9
commit 8f2c4bb12a
No known key found for this signature in database
GPG Key ID: AFAE959F938CC79E
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.27.1-dev"
"version": "1.27.1-rc1"
},
"methods": [
{

View File

@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.27.1-dev"
"version": "1.27.1-rc1"
},
"methods": [
{

View File

@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.27.1-dev"
"version": "1.27.1-rc1"
},
"methods": [
{

View File

@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Lotus RPC API",
"version": "1.27.1-dev"
"version": "1.27.1-rc1"
},
"methods": [
{

View File

@ -39,7 +39,7 @@ func BuildTypeString() string {
}
// NodeBuildVersion is the local build version of the Lotus daemon
const NodeBuildVersion string = "1.27.1-dev"
const NodeBuildVersion string = "1.27.1-rc1"
func NodeUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.27.1-dev
1.27.1-rc1
COMMANDS:
daemon Start a lotus daemon process