diff --git a/apps/android/app/build.gradle.kts b/apps/android/app/build.gradle.kts index a74f92f5d93..843d5e9bada 100644 --- a/apps/android/app/build.gradle.kts +++ b/apps/android/app/build.gradle.kts @@ -65,8 +65,8 @@ android { applicationId = "ai.openclaw.app" minSdk = 31 targetSdk = 36 - versionCode = 2026032300 - versionName = "2026.3.23" + versionCode = 2026032400 + versionName = "2026.3.24" ndk { // Support all major ABIs — native libs are tiny (~47 KB per ABI) abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") diff --git a/apps/ios/Config/Version.xcconfig b/apps/ios/Config/Version.xcconfig index 5cd628675bb..3294ab263ba 100644 --- a/apps/ios/Config/Version.xcconfig +++ b/apps/ios/Config/Version.xcconfig @@ -1,8 +1,8 @@ // Shared iOS version defaults. // Generated overrides live in build/Version.xcconfig (git-ignored). -OPENCLAW_GATEWAY_VERSION = 2026.3.23 -OPENCLAW_MARKETING_VERSION = 2026.3.23 -OPENCLAW_BUILD_VERSION = 202603230 +OPENCLAW_GATEWAY_VERSION = 2026.3.24 +OPENCLAW_MARKETING_VERSION = 2026.3.24 +OPENCLAW_BUILD_VERSION = 202603240 #include? "../build/Version.xcconfig" diff --git a/apps/macos/Sources/OpenClaw/Resources/Info.plist b/apps/macos/Sources/OpenClaw/Resources/Info.plist index 0afe8ec98af..8620079bb1d 100644 --- a/apps/macos/Sources/OpenClaw/Resources/Info.plist +++ b/apps/macos/Sources/OpenClaw/Resources/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2026.3.23 + 2026.3.24 CFBundleVersion - 202603230 + 202603240 CFBundleIconFile OpenClaw CFBundleURLTypes diff --git a/package.json b/package.json index fdbfada18b6..87fedf74b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openclaw", - "version": "2026.3.23", + "version": "2026.3.24", "description": "Multi-channel AI gateway with extensible messaging integrations", "keywords": [], "homepage": "https://github.com/openclaw/openclaw#readme", diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index d2da80526d1..e4b10d5d903 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -16286,6 +16286,6 @@ export const GENERATED_BASE_CONFIG_SCHEMA = { tags: ["security", "auth"], }, }, - version: "2026.3.23", + version: "2026.3.24", generatedAt: "2026-03-22T21:17:33.302Z", } as const satisfies BaseConfigSchemaResponse;