diff --git a/wsEvents/CheckForUpdates.js b/wsEvents/CheckForUpdates.js index 82f4e10f..2420b682 100644 --- a/wsEvents/CheckForUpdates.js +++ b/wsEvents/CheckForUpdates.js @@ -5,7 +5,7 @@ module.exports = async function (message, ws) { await getDownloadLink({ owner: 'reisxd', repo: 'revanced-builder' }) ).version; // Well, there's no other good way to do this, so... - const currentVersion = 'v3.2.2'; + const currentVersion = 'v3.2.3'; if (builderVersion !== currentVersion) { return ws.send(