Skip to content

Commit

Permalink
chore: Remove revision patch
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jun 17, 2024
1 parent 2bf0ce2 commit ec2c4e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Src/Tools/DiscoveryDocPatcher/Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public void SaveWithBackup()
catch (FileNotFoundException) { }
File.Move(_path, destFilename);
string json = _json.ToString();
// https://github.com/googleapis/google-api-dotnet-client/issues/2769
json = json.Replace("\"revision\": \"20240611\"", "\"revision\": \"20240612\"");
File.WriteAllText(_path, json);
}
}
Expand Down

0 comments on commit ec2c4e7

Please sign in to comment.