mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
Release/v0.32.1 (#3801)
* Release branch for v0.32.1 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * add links to changelog * wording change * Apply suggestions from code review Comment from PR Co-Authored-By: Ethan Buchman <ethan@coinculture.info> * add link bump abci Version * include doc change for abci/app * moved abci change to features as it doesnt break the abci * pr comments (#3803) * pr comments * abci changelog change * Marko/update release1 (#3806) * pr comments * remove empty space
This commit is contained in:
@@ -20,10 +20,10 @@ const (
|
||||
// Must be a string because scripts like dist.sh read this file.
|
||||
// XXX: Don't change the name of this variable or you will break
|
||||
// automation :)
|
||||
TMCoreSemVer = "0.32.0"
|
||||
TMCoreSemVer = "0.32.1"
|
||||
|
||||
// ABCISemVer is the semantic version of the ABCI library
|
||||
ABCISemVer = "0.16.0"
|
||||
ABCISemVer = "0.16.1"
|
||||
ABCIVersion = ABCISemVer
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user