Skip to content

Commit

Permalink
Bump version to v0.12.13 (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 authored Mar 6, 2023
1 parent 5640ec4 commit bd14202
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Kaspad v0.12.12 - 2023-02-28
Kaspad v0.12.13 - 2023-03-06
===========================

* Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0 (#2195)
* Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0 (#2194)
* Avoid sending transactions with no funds (#2193)

Kaspad v0.12.12 - 2023-03-06
===========================

* Rename last references to blockheight (#2089)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 12
appPatch uint = 12
appPatch uint = 13
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit bd14202

Please sign in to comment.