Update publish-script for 4.x

pull/4615/head
Nick O'Leary 2024-03-14 16:56:32 +00:00
parent 712d78ca39
commit f041a21f22
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 = "3";
const LATEST = "4";
function generateScript() {
return new Promise((resolve, reject) => {