Skip to content

Commit

Permalink
Bump version and update changelog (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 authored Apr 6, 2022
1 parent 99bb21c commit 6725902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Kaspad v0.11.16 - 2022-04-06
===========================
* Decrement estimatedHeaderUpperBound from mempool's MaxBlockMass (#2009)

Kaspad v0.11.16 - 2022-04-05
===========================
* Don't skip wallet address with different cosigner index (#2007)
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 = 11
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 6725902

Please sign in to comment.