diff --git a/source_commit b/source_commit index 538cca69..2a837cb0 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -ede6e8282af9d579fc75c5657880788b1bf2994d +1c3746c6e44dc7b94195763efdf9dcb3c6001454 diff --git a/uws.js b/uws.js index cf517a23..4e24741a 100644 --- a/uws.js +++ b/uws.js @@ -1,5 +1,5 @@ /* - * Authored by Alex Hultman, 2018-2024. + * Authored by Alex Hultman, 2018-2025. * 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.55.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.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()); } })();