diff --git a/README.md b/README.md index 6e413d77e..3d16f988a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Using Claude Pro/Max subscription? See `docs/onboarding.md` for the Anthropic OA - Nix mode for declarative config; Docker-based installs. - Health, doctor migrations, structured logging, release tooling. -## Changes since 2.0.0-beta5 (2026-01-03) +## Changes since 2026.1.4 (2026-01-04) ### Highlights - Project rename completed: CLIs, paths, bundle IDs, env vars, and docs unified on Clawdbot. diff --git a/docs/configuration.md b/docs/configuration.md index e22414cf2..b99f43af9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -82,7 +82,7 @@ Metadata written by CLI wizards (`onboard`, `configure`, `doctor`, `update`). { wizard: { lastRunAt: "2026-01-01T00:00:00.000Z", - lastRunVersion: "2.0.0-beta5", + lastRunVersion: "2026.1.4", lastRunCommit: "abc1234", lastRunCommand: "configure", lastRunMode: "local" diff --git a/package.json b/package.json index c5e8ccbd3..a432fe812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2.0.0-beta5", + "version": "2026.1.4", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js",