Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Aug 19, 2022
1 parent af2e194 commit f99fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsEvents/CheckForUpdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.1';
const currentVersion = 'v3.2.2';

if (builderVersion !== currentVersion) {
return ws.send(
Expand Down

0 comments on commit f99fe6d

Please sign in to comment.