Skip to content

Commit dc4d2ca

Browse files
committed
build: prepare 2026.3.24
1 parent ce49d8b commit dc4d2ca

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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 = 2026032300
69-
versionName = "2026.3.23"
68+
versionCode = 2026032400
69+
versionName = "2026.3.24"
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/Config/Version.xcconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Shared iOS version defaults.
22
// Generated overrides live in build/Version.xcconfig (git-ignored).
33

4-
OPENCLAW_GATEWAY_VERSION = 2026.3.23
5-
OPENCLAW_MARKETING_VERSION = 2026.3.23
6-
OPENCLAW_BUILD_VERSION = 202603230
4+
OPENCLAW_GATEWAY_VERSION = 2026.3.24
5+
OPENCLAW_MARKETING_VERSION = 2026.3.24
6+
OPENCLAW_BUILD_VERSION = 202603240
77

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

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.3.23</string>
18+
<string>2026.3.24</string>
1919
<key>CFBundleVersion</key>
20-
<string>202603230</string>
20+
<string>202603240</string>
2121
<key>CFBundleIconFile</key>
2222
<string>OpenClaw</string>
2323
<key>CFBundleURLTypes</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.3.23",
3+
"version": "2026.3.24",
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
@@ -16286,6 +16286,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
1628616286
tags: ["security", "auth"],
1628716287
},
1628816288
},
16289-
version: "2026.3.23",
16289+
version: "2026.3.24",
1629016290
generatedAt: "2026-03-22T21:17:33.302Z",
1629116291
} as const satisfies BaseConfigSchemaResponse;

0 commit comments

Comments
 (0)