mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16:43 +00:00
Bump version and changelog for v0.12.4 (#2118)
* Bump version and changelog
This commit is contained in:
parent
b26b9f6c4b
commit
c7bd84ef9d
@ -1,3 +1,9 @@
|
|||||||
|
Kaspad v0.12.4 - 2022-07-17
|
||||||
|
===========================
|
||||||
|
|
||||||
|
* Crucial fix for the UTXO difference mechanism (#2114)
|
||||||
|
* Implement multi-layer auto-compound (#2115)
|
||||||
|
|
||||||
Kaspad v0.12.3 - 2022-06-29
|
Kaspad v0.12.3 - 2022-06-29
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 12
|
appMinor uint = 12
|
||||||
appPatch uint = 3
|
appPatch uint = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
// appBuild is defined as a variable so it can be overridden during the build
|
// appBuild is defined as a variable so it can be overridden during the build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user