Skip to content

Commit 0b88d62

Browse files
committed
chore: bump version to 2026.5.6
1 parent 5cf55ed commit 0b88d62

128 files changed

Lines changed: 217 additions & 207 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ android {
6565
applicationId = "ai.openclaw.app"
6666
minSdk = 31
6767
targetSdk = 36
68-
versionCode = 2026050500
69-
versionName = "2026.5.5"
68+
versionCode = 2026050600
69+
versionName = "2026.5.6"
7070
ndk {
7171
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7272
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenClaw iOS Changelog
22

3+
## 2026.5.6 - 2026-05-06
4+
5+
Maintenance update for the current OpenClaw development release.
6+
37
## 2026.5.5 - 2026-05-05
48

59
Maintenance update for the current OpenClaw development release.

apps/ios/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Source of truth: apps/ios/version.json
33
// Generated by scripts/ios-sync-versioning.ts.
44

5-
OPENCLAW_IOS_VERSION = 2026.5.5
6-
OPENCLAW_MARKETING_VERSION = 2026.5.5
5+
OPENCLAW_IOS_VERSION = 2026.5.6
6+
OPENCLAW_MARKETING_VERSION = 2026.5.6
77
OPENCLAW_BUILD_VERSION = 1
88

99
#include? "../build/Version.xcconfig"

apps/ios/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.5.5"
2+
"version": "2026.5.6"
33
}

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.5.5</string>
18+
<string>2026.5.6</string>
1919
<key>CFBundleVersion</key>
20-
<string>2026050500</string>
20+
<string>2026050600</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</key>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
60fe8b70598ccd0cf41875b1615106583a466694de2bf50019a9a251b58fa02e config-baseline.json
2-
28d86173c32d17ce6348c7af028a00118e32eb9d344a0b19f9132c606da210c0 config-baseline.core.json
1+
5dd302a20b8a6347425617323d0ad7875f9b7631acd3ed3935cfaaf7708a32dd config-baseline.json
2+
d192d678668712b81cc2e76ddcb6420893ab5144944ccb830b290019d6a717a4 config-baseline.core.json
33
cd7c0c7fb1435bc7e59099e9ac334462d5ad444016e9ab4512aae63a238f78dc config-baseline.channel.json
44
6871e789b74722e4ff2c877940dac256c232433ae26b305fc6ca782b90662097 config-baseline.plugin.json
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
7684d1cc87a531a1490bf9f5a9eab8a30518b95d93884ef8a025486aba6e29b1 plugin-sdk-api-baseline.json
2-
e297ee3f86e2753ede344ff9ef8d1e063ce5fc95816f574062e2a974e4f82601 plugin-sdk-api-baseline.jsonl
1+
bcea508261ccbb7152cb6dbecea4a03e3bd9bee69244cf2f1183a1fbbe4462de plugin-sdk-api-baseline.json
2+
9ec3ff871d982aba56acb045d27d919afe9050dfbf7538bc7c93e17171a1f109 plugin-sdk-api-baseline.jsonl

extensions/acpx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/acpx",
3-
"version": "2026.5.4",
3+
"version": "2026.5.6",
44
"description": "OpenClaw ACP runtime backend",
55
"repository": {
66
"type": "git",
@@ -25,10 +25,10 @@
2525
"minHostVersion": ">=2026.4.25"
2626
},
2727
"compat": {
28-
"pluginApi": ">=2026.5.4"
28+
"pluginApi": ">=2026.5.6"
2929
},
3030
"build": {
31-
"openclawVersion": "2026.5.4",
31+
"openclawVersion": "2026.5.6",
3232
"staticAssets": [
3333
{
3434
"source": "./src/runtime-internals/mcp-proxy.mjs",

extensions/alibaba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/alibaba-provider",
3-
"version": "2026.5.4",
3+
"version": "2026.5.6",
44
"private": true,
55
"description": "OpenClaw Alibaba Model Studio video provider plugin",
66
"type": "module",

extensions/amazon-bedrock-mantle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/amazon-bedrock-mantle-provider",
3-
"version": "2026.5.4",
3+
"version": "2026.5.6",
44
"private": true,
55
"description": "OpenClaw Amazon Bedrock Mantle (OpenAI-compatible) provider plugin",
66
"type": "module",

0 commit comments

Comments
 (0)