github.com/franono/tendermint@v0.32.2-0.20200527150959-749313264ce9/abci/version/version.go (about) 1 package version 2 3 import ( 4 "github.com/franono/tendermint/version" 5 ) 6 7 // TODO: eliminate this after some version refactor 8 9 const Version = version.ABCIVersion