Skip to content

Commit

Permalink
Lotus release v1.15.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Mar 1, 2022
1 parent 992a016 commit f983c5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Lotus changelog
# 1.15.0-rc1 / 2022-02-10
# 1.15.0-rc2 / 2022-03-01

This is the first release candidates of v1.15.0, detailed changelog will be updated later.
This is the second release candidates of v1.15.0, detailed changelog will be updated later.

- github.com/filecoin-project/lotus:
- bump the version to v1.15.0-rc1
Expand Down
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/miner.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func BuildTypeString() string {
}

// BuildVersion is the local build version
const BuildVersion = "1.15.0-rc1"
const BuildVersion = "1.15.0-rc2"

func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down

0 comments on commit f983c5c

Please sign in to comment.