1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-28 20:21:47 +00:00
Files
.circleci
.github
DOCKER
abci
client
cmd
example
server
tests
types
version
version.go
README.md
benchmarks
blockchain
cmd
config
consensus
crypto
docs
evidence
libs
lite
mempool
networks
node
p2p
privval
proxy
rpc
scripts
state
test
tools
types
version
.editorconfig
.gitignore
CHANGELOG.md
CHANGELOG_PENDING.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gopkg.lock
Gopkg.toml
LICENSE
Makefile
README.md
ROADMAP.md
SECURITY.md
UPGRADING.md
Vagrantfile
appveyor.yml
codecov.yml
docker-compose.yml
tendermint/abci/version/version.go

10 lines
162 B
Go
Raw Normal View History

2018-06-22 02:36:54 +02:00
package version
2018-09-06 17:58:12 -04:00
import (
"github.com/tendermint/tendermint/version"
)
2018-06-22 02:36:54 +02:00
2018-09-06 17:58:12 -04:00
// TODO: eliminate this after some version refactor
2018-06-22 02:36:54 +02:00
2018-09-06 17:58:12 -04:00
const Version = version.ABCIVersion