diff --git a/dispatch/sdk/v1/call.proto b/dispatch/sdk/v1/call.proto index 2201f53..99f47ee 100644 --- a/dispatch/sdk/v1/call.proto +++ b/dispatch/sdk/v1/call.proto @@ -39,6 +39,10 @@ message Call { // // The value might be capped to a maximum by the service handling the call. google.protobuf.Duration expiration = 5 [(buf.validate.field).duration.gte = {seconds: 0}]; + + // Version of the application to select during execution. + // The version is an optional field and not supported by all execution platforms. + string version = 6; } // CallResult is the result of a call operation.