chore(release): prepare 2026.4.12-beta.1

This commit is contained in:
Peter Steinberger
2026-04-12 20:32:08 +01:00
parent ad7f605a6d
commit b42937908d
6 changed files with 14 additions and 8 deletions

View File

@@ -2,7 +2,13 @@
Docs: https://docs.openclaw.ai
## 2026.4.12
## Unreleased
### Changes
### Fixes
## 2026.4.12-beta.1
### Changes

View File

@@ -65,8 +65,8 @@ android {
applicationId = "ai.openclaw.app"
minSdk = 31
targetSdk = 36
versionCode = 2026041101
versionName = "2026.4.12"
versionCode = 2026041201
versionName = "2026.4.12-beta.1"
ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

View File

@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2026.4.12</string>
<string>2026.4.12-beta.1</string>
<key>CFBundleVersion</key>
<string>2026041101</string>
<string>2026041201</string>
<key>CFBundleIconFile</key>
<string>OpenClaw</string>
<key>CFBundleURLTypes</key>

View File

@@ -1,6 +1,6 @@
{
"name": "openclaw",
"version": "2026.4.12",
"version": "2026.4.12-beta.1",
"description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme",

View File

@@ -1 +1 @@
1f44459d5301450cdfc0230ea716e0238ca6db9d20bf157d4dc4a692491d2400
b92daceecab88cdb1ceeab30a7321399850a1fd13773af22dbb2035d39cdd5f8

View File

@@ -27259,6 +27259,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
tags: ["advanced", "url-secret"],
},
},
version: "2026.4.12",
version: "2026.4.12-beta.1",
generatedAt: "2026-03-22T21:17:33.302Z",
};