Skip to content

Commit

Permalink
Release v28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Sep 18, 2024
1 parent 3eefafe commit 76fb981
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 = "28.0";
const version = "28.0"; // 28.2
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 76fb981

Please sign in to comment.