build: bump version to 2026.3.31

This commit is contained in:
Peter Steinberger
2026-03-31 15:46:42 +01:00
parent 5e30da3cad
commit c425ef3e74
92 changed files with 139 additions and 135 deletions

View File

@@ -48,7 +48,7 @@ update **without** changing your persisted channel:
```bash
# Install a specific version
openclaw update --tag 2026.3.30-beta.1
openclaw update --tag 2026.3.31-beta.1
# Install from the beta dist-tag (one-off, does not persist)
openclaw update --tag beta
@@ -57,7 +57,7 @@ openclaw update --tag beta
openclaw update --tag main
# Install a specific npm package spec
openclaw update --tag openclaw@2026.3.30-beta.1
openclaw update --tag openclaw@2026.3.31-beta.1
```
Notes:
@@ -75,7 +75,7 @@ Preview what `openclaw update` would do without making changes:
```bash
openclaw update --dry-run
openclaw update --channel beta --dry-run
openclaw update --tag 2026.3.30-beta.1 --dry-run
openclaw update --tag 2026.3.31-beta.1 --dry-run
openclaw update --dry-run --json
```