mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +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
|