config: use a different source of versioning (#9486)

This commit is contained in:
Callum Waters
2022-10-04 15:01:32 +02:00
committed by GitHub
parent 5c23ffb05b
commit a02cc30e41
6 changed files with 22 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ func NewApplication() *Application {
func (app *Application) Info(req types.RequestInfo) (resInfo types.ResponseInfo) {
return types.ResponseInfo{
Data: fmt.Sprintf("{\"size\":%v}", app.state.Size),
Version: version.ABCIVersion,
Version: version.ABCISemVer,
AppVersion: ProtocolVersion,
LastBlockHeight: app.state.Height,
LastBlockAppHash: app.state.AppHash,