chore: update WhatsApp Web version to v2.3000.1037376462#361
Conversation
|
Thanks for opening this pull request and contributing to the project! The next step is for the maintainers to review your changes. If everything looks good, it will be approved and merged into the main branch. In the meantime, anyone in the community is encouraged to test this pull request and provide feedback. ✅ How to confirm it worksIf you’ve tested this PR, please comment below with: This helps us speed up the review and merge process. 📦 To test this PR locally:If you encounter any issues or have feedback, feel free to comment as well. |
There was a problem hiding this comment.
Pull request overview
Automated bump of the WhatsApp Web client revision used by the codebase’s single source of truth (src/Defaults/baileys-version.json) to 2.3000.1037376462.
Changes:
- Update
baileys-version.jsonversion array to[2,3000,1037376462].
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| {"version":[2,3000,1037280436]} | |||
| {"version":[2,3000,1037376462]} | |||
There was a problem hiding this comment.
The updated baileys-version.json currently has an extra blank line (file is 2 lines). The update script writes this file as JSON.stringify({ version }) + '\n' (single compact JSON line with exactly one trailing newline), so please remove the extra empty line to keep the file in the expected format.
Automated WhatsApp Web version update.
This PR updates the WhatsApp Web client revision to the latest version fetched from
web.whatsapp.com.Version:
2.3000.1037376462Single source of truth:
src/Defaults/baileys-version.json(other files import from here)Update frequency: Daily at 09:00 UTC