Skip to content

Commit

Permalink
chore: bump version to v1.14.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Nov 17, 2023
1 parent 1f3895e commit b595007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# venus changelog

## v1.14.0-rc6

* opt: migration: set premigration to 90 minute [[#6217](https://github.com/filecoin-project/venus/pull/6217)]
* fix: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors [[#6223](https://github.com/filecoin-project/venus/pull/6223)]

## v1.14.0-rc5

fix: nv21fix migration: correctly upgrade system actor [[#6215](https://github.com/filecoin-project/venus/pull/6215)]
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.14.0-rc5"
const BuildVersion = "1.14.0-rc6"

var CurrentCommit string

Expand Down

0 comments on commit b595007

Please sign in to comment.