diff --git a/wsEvents/CheckForUpdates.js b/wsEvents/CheckForUpdates.js index c16c6fdb..3d4ed8e7 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.3.1'; + const currentVersion = 'v3.3.2'; if (builderVersion !== currentVersion) { return ws.send(