Returns the current solana versions running on the node.
Future<Version> getVersion() async => (await getVersionRaw()).result!;