github.com/badrootd/celestia-core@v0.0.0-20240305091328-aa4207a4b25d/abci/version/version.go (about) 1 package version 2 3 import ( 4 "github.com/badrootd/celestia-core/version" 5 ) 6 7 // TODO: eliminate this after some version refactor 8 9 const Version = version.ABCISemVer