Skip to content

Commit 0512059

Browse files
committed
chore: prepare 2026.4.9 stable release
1 parent b5c3c15 commit 0512059

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Docs: https://docs.openclaw.ai
88

99
### Fixes
1010

11-
## 2026.4.9-beta.1
11+
## 2026.4.9
1212

1313
### Changes
1414

apps/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
minSdk = 31
6767
targetSdk = 36
6868
versionCode = 2026040901
69-
versionName = "2026.4.9-beta.1"
69+
versionName = "2026.4.9"
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/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.4.9-beta.1</string>
18+
<string>2026.4.9</string>
1919
<key>CFBundleVersion</key>
2020
<string>2026040901</string>
2121
<key>CFBundleIconFile</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openclaw",
3-
"version": "2026.4.9-beta.1",
3+
"version": "2026.4.9",
44
"description": "Multi-channel AI gateway with extensible messaging integrations",
55
"keywords": [],
66
"homepage": "https://github.com/openclaw/openclaw#readme",

src/config/schema.base.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26910,6 +26910,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
2691026910
tags: ["advanced", "url-secret"],
2691126911
},
2691226912
},
26913-
version: "2026.4.9-beta.1",
26913+
version: "2026.4.9",
2691426914
generatedAt: "2026-03-22T21:17:33.302Z",
2691526915
};

0 commit comments

Comments
 (0)