Skip to content

Commit

Permalink
v27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Aug 28, 2024
1 parent 59ddb6a commit 68591d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-conformance-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { writeFileSync, mkdirSync } from "node:fs";
import { unzipSync } from "fflate";

// Version of the conformance test runner / upstream google-protobuf release
const version = "27.3";
const version = "27.3"; // 27.4
const protoDirectory = new URL("../proto", import.meta.url).pathname;
const runnerDirectory = new URL("../node_modules/.bin", import.meta.url)
.pathname;
Expand Down

0 comments on commit 68591d9

Please sign in to comment.