Bump version to 0.12.17 (#2268)

* Bump version to 0.12.17

* changelog
This commit is contained in:
Michael Sutton 2024-02-19 11:58:40 +02:00 committed by GitHub
parent 6b38bf7069
commit f41dc7fa0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Kaspad v0.12.17 - 2024-02-19
===========================
* Wallet-related improvements and fixes (#2253, #2257, #2258, #2262)
Kaspad v0.12.16 - 2023-12-25
===========================

View File

@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 12
appPatch uint = 16
appPatch uint = 17
)
// appBuild is defined as a variable so it can be overridden during the build