Update generate-publish-script with latest release number

This commit is contained in:
Nick O'Leary 2022-08-04 14:08:04 +01:00
parent bee06f64f5
commit 7f698610df
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const path = require("path");
const fs = require("fs-extra");
const should = require("should");
const LATEST = "2";
const LATEST = "3";
function generateScript() {
return new Promise((resolve, reject) => {