From 59c16198887b74675e1e1121e129c4d4e2926ade Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:45:07 +0800 Subject: [PATCH] chore: bump version to v1.10.0-rc4 --- CHANGELOG.md | 3 +++ pkg/constants/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac99ea140..01b27d9af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # venus changelog +## v1.10.0-rc4 + +* 修复保存 MessageReceipt 失败问题 [[#5743](https://github.com/filecoin-project/venus/pull/5743)] ## v1.10.0-rc3 diff --git a/pkg/constants/version.go b/pkg/constants/version.go index d53e47ea1b..3028359034 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -5,7 +5,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.10.0-rc3" +const BuildVersion = "1.10.0-rc4" var CurrentCommit string