Skip to content

Commit

Permalink
bump protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aludwiko committed Jan 31, 2024
1 parent 0057324 commit 7cbcf96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/bin/download-protoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ const path = require('path');
const fs = require('fs');
const rimraf = require('rimraf');

// https://github.com/protocolbuffers/protobuf/releases/download/v3.25.2/protoc-3.25.2-linux-x86_64.zip
const downloadUrlPrefix =
'https://github.com/protocolbuffers/protobuf/releases/download/v';
const protocVersion = '3.25.2';
const protocVersion = '25.2';
function makeDownloadFile(platformArch) {
return 'protoc-' + protocVersion + '-' + platformArch + '.zip';
}
Expand Down

0 comments on commit 7cbcf96

Please sign in to comment.