Skip to content

Commit ab353b5

Browse files
authored
Merge pull request #5744 from filecoin-project/release/v1.10.0-rc4
chore: bump version to v1.10.0-rc4
2 parents a0d46f4 + 59c1619 commit ab353b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# venus changelog
22

3+
## v1.10.0-rc4
4+
5+
* 修复保存 MessageReceipt 失败问题 [[#5743](https://github.com/filecoin-project/venus/pull/5743)]
36

47
## v1.10.0-rc3
58

pkg/constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// BuildVersion is the local build version, set by build system
8-
const BuildVersion = "1.10.0-rc3"
8+
const BuildVersion = "1.10.0-rc4"
99

1010
var CurrentCommit string
1111

0 commit comments

Comments
 (0)