Skip to content

Commit

Permalink
Bump grpc-tools version to match
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Aug 16, 2024
1 parent 627e591 commit 169c2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-proto.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

dotnet restore

$grpc_tools_version = "2.61.0"
$grpc_tools_version = "2.65.0"
$grpc_tools = Join-Path $HOME ".nuget\packages\grpc.tools\$grpc_tools_version\tools"

$protoc = $null
Expand Down

0 comments on commit 169c2fb

Please sign in to comment.