Skip to content

chore: update WhatsApp Web version to v2.3000.1036691526#342

Merged
rsalcara merged 1 commit into
masterfrom
update-version/stable
Apr 5, 2026
Merged

chore: update WhatsApp Web version to v2.3000.1036691526#342
rsalcara merged 1 commit into
masterfrom
update-version/stable

Conversation

@rsalcara

@rsalcara rsalcara commented Apr 5, 2026

Copy link
Copy Markdown
Owner

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.1036691526

Single source of truth:

  • src/Defaults/baileys-version.json (other files import from here)

Update frequency: Daily at 09:00 UTC

Copilot AI review requested due to automatic review settings April 5, 2026 09:12
@rsalcara rsalcara merged commit 99d8549 into master Apr 5, 2026
5 checks passed
@github-actions

github-actions Bot commented Apr 5, 2026

Copy link
Copy Markdown

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 works

If you’ve tested this PR, please comment below with:

Tested and working ✅

This helps us speed up the review and merge process.

📦 To test this PR locally:

# NPM
npm install @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

# Yarn (v2+)
yarn add @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

# PNPM
pnpm add @whiskeysockets/baileys@rsalcara/InfiniteAPI#update-version/stable

If you encounter any issues or have feedback, feel free to comment as well.

@rsalcara rsalcara deleted the update-version/stable branch April 5, 2026 09:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the pinned WhatsApp Web client revision used by the library to the latest version fetched from web.whatsapp.com.

Changes:

  • Bump WhatsApp Web version tuple to 2.3000.1036691526.
  • Update the single source-of-truth version JSON used by imports across the codebase.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1 +1 @@
{"version": [2, 3000, 1036688876]}
{"version":[2,3000,1036691526]}

Copilot AI Apr 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version bump is fine, but this edit also changes JSON formatting (removes spaces after : and ,). Since the repo runs Prettier on src/**/*.json via npm run format (see package.json:32), consider keeping this file formatted consistently to avoid recurring diff churn (e.g., run Prettier as part of the update script or preserve the existing spacing style).

Suggested change
{"version":[2,3000,1036691526]}
{ "version": [2, 3000, 1036691526] }

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants