diff --git a/source_commit b/source_commit index aec943b2..b3e7ef45 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -4fb4cc6acf68518a265e90a572c9a43941e7b878 +efca42bfc078cdece8c4a803205bef2937f0c4cf diff --git a/uws.js b/uws.js index 4e24741a..c81132df 100644 --- a/uws.js +++ b/uws.js @@ -1,5 +1,5 @@ /* - * Authored by Alex Hultman, 2018-2025. + * Authored by Alex Hultman, 2018-2026. * Intellectual property of third-party. * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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.56.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.58.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()); } })();