getActiveVersion method
Returns the active patch label (e.g. "v1.2.0-patch.3") or the
baseline label if no patch is active.
Implementation
Future<String?> getActiveVersion() {
_assertReady();
return SankofaDeployPlatform.instance.getActiveVersion();
}