diff --git a/source_commit b/source_commit index 7e14d980..e299dd22 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -279e47a116271f2b797d7365b1d7f27ca7ed9cc4 +a77a010d23de0dc84615ce5eef6f5f052ab22e5d diff --git a/uws.js b/uws.js index 24991207..3d991668 100644 --- a/uws.js +++ b/uws.js @@ -19,7 +19,7 @@ module.exports = (() => { try { return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node'); } catch (e) { - throw new Error('This version of uWS.js (v20.59.0) supports only Node.js versions 20, 22, 24 and 25 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString()); + throw new Error('This version of uWS.js (v20.60.0) supports only Node.js versions 20, 22, 24 and 25 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString()); } })();