mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Update changelog and version number for v0.11.11 (#1935)
This commit is contained in:
parent
dab1a881fe
commit
4a560f25a6
@ -1,3 +1,7 @@
|
||||
Kaspad v0.11.11 - 2022-01-27
|
||||
===========================
|
||||
* Fix for rare consensus bug regarding DAA window order. The bug only affected IBD from scratch and only today (#1934)
|
||||
|
||||
Kaspad v0.11.10 - 2022-01-27
|
||||
===========================
|
||||
* Add monitoring of heap and save heap profile if size is over some limit (#1932)
|
||||
|
@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
|
||||
const (
|
||||
appMajor uint = 0
|
||||
appMinor uint = 11
|
||||
appPatch uint = 10
|
||||
appPatch uint = 11
|
||||
)
|
||||
|
||||
// appBuild is defined as a variable so it can be overridden during the build
|
||||
|
Loading…
x
Reference in New Issue
Block a user