diff --git a/apps/android/app/build.gradle.kts b/apps/android/app/build.gradle.kts
index 603669f92cc..a74f92f5d93 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 = 2026032200
- versionName = "2026.3.22"
+ versionCode = 2026032300
+ versionName = "2026.3.23"
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 faf84e7c4b0..bf66465e566 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.22
-OPENCLAW_MARKETING_VERSION = 2026.3.22
-OPENCLAW_BUILD_VERSION = 202603220
+OPENCLAW_GATEWAY_VERSION = 2026.3.23-beta.1
+OPENCLAW_MARKETING_VERSION = 2026.3.23
+OPENCLAW_BUILD_VERSION = 202603230
#include? "../build/Version.xcconfig"
diff --git a/apps/macos/Sources/OpenClaw/Resources/Info.plist b/apps/macos/Sources/OpenClaw/Resources/Info.plist
index 3f8c426157d..0afe8ec98af 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.22
+ 2026.3.23
CFBundleVersion
- 202603220
+ 202603230
CFBundleIconFile
OpenClaw
CFBundleURLTypes
diff --git a/package.json b/package.json
index 825b4764608..8a5b186e932 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openclaw",
- "version": "2026.3.23",
+ "version": "2026.3.23-beta.1",
"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..a13854d2095 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.23-beta.1",
generatedAt: "2026-03-22T21:17:33.302Z",
} as const satisfies BaseConfigSchemaResponse;