Skip to content

Commit

Permalink
Bump version to 0.12.17 (#2268)
Browse files Browse the repository at this point in the history
* Bump version to 0.12.17

* changelog
  • Loading branch information
michaelsutton committed Feb 19, 2024
1 parent 6b38bf7 commit f41dc7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
@@ -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
===========================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -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
Expand Down

0 comments on commit f41dc7f

Please sign in to comment.