Skip to content

Commit 273d580

Browse files
carlydfSushisource
andauthored
Update temporal/api/workflowservice/v1/request_response.proto
Co-authored-by: Spencer Judge <spencer@temporal.io>
1 parent 8f67779 commit 273d580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ message SetWorkerDeploymentCurrentVersionResponse {
20662066
// Deprecated. Use `previous_current`.
20672067
string previous_version = 2 [deprecated = true];
20682068
// The version that was current before executing this operation.
2069-
oneof previous_current {
2069+
oneof replaced_version {
20702070
temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 3;
20712071
bool unversioned = 4;
20722072
};

0 commit comments

Comments
 (0)