mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 14:22:16 +00:00
10 lines
162 B
Go
10 lines
162 B
Go
package version
|
|
|
|
import (
|
|
"github.com/tendermint/tendermint/version"
|
|
)
|
|
|
|
// TODO: eliminate this after some version refactor
|
|
|
|
const Version = version.ABCIVersion
|