build: bump openclaw to 2026.3.11-beta.1

This commit is contained in:
Peter Steinberger
2026-03-12 04:08:11 +00:00
parent fbc1bd6f8e
commit b125c3ba06
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ android {
minSdk = 31 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = 202603110 versionCode = 202603110
versionName = "2026.3.11" versionName = "2026.3.11-beta.1"
ndk { ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI) // Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.11</string> <string>2026.3.11-beta.1</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>202603110</string> <string>202603110</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>

View File

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