mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-21 06:36:19 +00:00
Version bump; Update Upgrading.md; linkify Changelog (#2679)
* version bump * update UPGRADING.md * add missing pr numbers to changelog pending * linkify changelog
This commit is contained in:
+2
-2
@@ -18,10 +18,10 @@ const (
|
||||
// TMCoreSemVer is the current version of Tendermint Core.
|
||||
// It's the Semantic Version of the software.
|
||||
// Must be a string because scripts like dist.sh read this file.
|
||||
TMCoreSemVer = "0.25.0"
|
||||
TMCoreSemVer = "0.26.0"
|
||||
|
||||
// ABCISemVer is the semantic version of the ABCI library
|
||||
ABCISemVer = "0.14.0"
|
||||
ABCISemVer = "0.15.0"
|
||||
ABCIVersion = ABCISemVer
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user