mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
version: add and bump abci version
This commit is contained in:
parent
6fd79d1545
commit
54fe6ef73c
@ -1,9 +1,9 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
import (
|
||||||
|
"github.com/tendermint/tendermint/version"
|
||||||
|
)
|
||||||
|
|
||||||
const Maj = "0"
|
// TODO: eliminate this after some version refactor
|
||||||
const Min = "12"
|
|
||||||
const Fix = "0"
|
|
||||||
|
|
||||||
const Version = "0.12.0"
|
const Version = version.ABCIVersion
|
||||||
|
@ -16,6 +16,9 @@ var (
|
|||||||
GitCommit string
|
GitCommit string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// ABCIVersion is the version of the ABCI library
|
||||||
|
const ABCIVersion = "0.14.0"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
if GitCommit != "" {
|
if GitCommit != "" {
|
||||||
Version += "-" + GitCommit
|
Version += "-" + GitCommit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user