chore: bump build version in master (#11946)
* Bump version Bump version in master branch in preperation for cutting v1.27.0-rc1 * chore: bump build-version chore: bump build-version
This commit is contained in:
parent
6bbe090411
commit
ed9b1b1bba
@ -2,7 +2,7 @@
|
||||
"openrpc": "1.2.6",
|
||||
"info": {
|
||||
"title": "Lotus RPC API",
|
||||
"version": "1.27.0-dev"
|
||||
"version": "1.27.1-dev"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"openrpc": "1.2.6",
|
||||
"info": {
|
||||
"title": "Lotus RPC API",
|
||||
"version": "1.27.0-dev"
|
||||
"version": "1.27.1-dev"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"openrpc": "1.2.6",
|
||||
"info": {
|
||||
"title": "Lotus RPC API",
|
||||
"version": "1.27.0-dev"
|
||||
"version": "1.27.1-dev"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"openrpc": "1.2.6",
|
||||
"info": {
|
||||
"title": "Lotus RPC API",
|
||||
"version": "1.27.0-dev"
|
||||
"version": "1.27.1-dev"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ func BuildTypeString() string {
|
||||
}
|
||||
|
||||
// BuildVersion is the local build version
|
||||
const BuildVersion = "1.27.0-dev"
|
||||
const BuildVersion = "1.27.1-dev"
|
||||
|
||||
func UserVersion() string {
|
||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
curio [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.27.0-dev
|
||||
1.27.1-dev
|
||||
|
||||
COMMANDS:
|
||||
cli Execute cli commands
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-miner [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.27.0-dev
|
||||
1.27.1-dev
|
||||
|
||||
COMMANDS:
|
||||
init Initialize a lotus miner repo
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-worker [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.27.0-dev
|
||||
1.27.1-dev
|
||||
|
||||
COMMANDS:
|
||||
run Start lotus worker
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.27.0-dev
|
||||
1.27.1-dev
|
||||
|
||||
COMMANDS:
|
||||
daemon Start a lotus daemon process
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
sptool [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.27.0-dev
|
||||
1.27.1-dev
|
||||
|
||||
COMMANDS:
|
||||
actor Manage Filecoin Miner Actor Metadata
|
||||
|
Loading…
Reference in New Issue
Block a user