Returns the network's current THORNode version, the network's next THORNode version, and the querier's THORNode version.
/thorchain/version
optional block height, defaults to current tip
OK
curl -L \ --url 'https://thor.nownodes.io/thorchain/version'
{ "current": "0.17.0", "next": "0.18.0", "next_since_height": 2000000, "querier": "0.16.0" }