Merge pull request #3832 from node-red/update-gen-pub-script

Update gen pub script
This commit is contained in:
Nick O'Leary
2022-08-04 14:09:28 +01:00
committed by GitHub

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) => {