We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 516f503 + 6929d5c commit 2495be3Copy full SHA for 2495be3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# venus changelog
2
3
+## v1.14.1
4
+
5
+* opt: update badger ValueLogLoadingMode and TableLoadingMode to MemoryMap [[#6235](https://github.com/filecoin-project/venus/pull/6235)]
6
7
## v1.14.0
8
9
* chore: update sophon-auth
pkg/constants/version.go
@@ -5,7 +5,7 @@ import (
)
// BuildVersion is the local build version, set by build system
-const BuildVersion = "1.14.0"
+const BuildVersion = "1.14.1"
10
var CurrentCommit string
11
0 commit comments