github.com/soomindae/tendermint@v0.0.5-0.20210528140126-84a0c70c8162/abci/version/version.go (about) 1 package version 2 3 import ( 4 "github.com/soomindae/tendermint/version" 5 ) 6 7 // TODO: eliminate this after some version refactor 8 9 const Version = version.ABCIVersion