Skip to content

chore: update WhatsApp Web version to v2.3000.1038669233#406

Merged
rsalcara merged 1 commit into
masterfrom
update-version/stable
May 2, 2026
Merged

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

Conversation

@rsalcara

@rsalcara rsalcara commented May 2, 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.1038669233

Single source of truth:

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

Update frequency: Daily at 09:00 UTC

Summary by CodeRabbit

  • Chores
    • Updated version configuration to the latest build number.

Copilot AI review requested due to automatic review settings May 2, 2026 09:23
@rsalcara rsalcara merged commit a6ba925 into master May 2, 2026
5 of 6 checks passed
@github-actions

github-actions Bot commented May 2, 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 May 2, 2026 09:23
@coderabbitai

coderabbitai Bot commented May 2, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 89f47afa-ed55-4378-a47a-71b5bf9d8ebb

📥 Commits

Reviewing files that changed from the base of the PR and between 1459888 and d974ec5.

📒 Files selected for processing (1)
  • src/Defaults/baileys-version.json

📝 Walkthrough

Walkthrough

The Baileys version file is updated to reflect a new WhatsApp Web build. The version array's third element increments from 1038661716 to 1038669233, maintaining the major version 2 and minor version 3000 unchanged.

Changes

Version Bump

Layer / File(s) Summary
Version Data
src/Defaults/baileys-version.json
The version array's build number is updated from 1038661716 to 1038669233 to align with the latest WhatsApp Web revision.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A version bumps, the Web moves on,
Build 1038669233 is here at dawn,
Small change, but oh so grand—
WhatsApp stays in sync, as planned! 📱✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-version/stable

Review rate limit: 4/5 reviews remaining, refill in 12 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

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

This PR updates the repository’s single source of truth for the WhatsApp Web client revision to 2.3000.1038669233. In this codebase, that JSON file is imported by runtime defaults/utilities, so the change propagates the latest web version without modifying application logic.

Changes:

  • Bumps the WhatsApp Web version tuple in src/Defaults/baileys-version.json.
  • Keeps the generated file in the repository’s expected compact single-line JSON format.
  • Leaves all version consumers unchanged because they already import this JSON as the canonical source.

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

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