chore: bump version to 2026.1.8

This commit is contained in:
Peter Steinberger
2026-01-08 05:15:19 +00:00
parent b8a186fbd3
commit 9fd2fd9362
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ android {
minSdk = 31
targetSdk = 36
versionCode = 20260107
versionName = "2026.1.7"
versionName = "2026.1.8"
}
buildTypes {

View File

@@ -106,7 +106,7 @@ Runbook + exact service labels: [Gateway runbook](/gateway)
Install a known-good version:
```bash
npm i -g clawdbot@2026.1.7
npm i -g clawdbot@2026.1.8
```
Then restart + re-run doctor:

View File

@@ -1,6 +1,6 @@
{
"name": "clawdbot",
"version": "2026.1.7",
"version": "2026.1.8",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module",
"main": "dist/index.js",