mirror of https://github.com/node-red/node-red.git
Update publish-script for 4.x
parent
712d78ca39
commit
f041a21f22
|
@ -4,7 +4,7 @@ const path = require("path");
|
|||
const fs = require("fs-extra");
|
||||
const should = require("should");
|
||||
|
||||
const LATEST = "3";
|
||||
const LATEST = "4";
|
||||
|
||||
function generateScript() {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in New Issue