github.com/fiagdao/tendermint@v0.32.11-0.20220824195748-2087fcc480c1/abci/version/version.go (about) 1 package version 2 3 import ( 4 "github.com/tendermint/tendermint/version" 5 ) 6 7 // TODO: eliminate this after some version refactor 8 9 const Version = version.ABCIVersion