thenVersionRequest method
Implementation
Future<CitrusResponse> thenVersionRequest(VersionRequest request) async {
final log = Log(classLocation: runtimeType, functionLocation: 'thenVersionRequest');
return SuccessResponse.fromRequest(request, ['0.8.0'], log);
}