diff --git a/apps/android/app/build.gradle.kts b/apps/android/app/build.gradle.kts
index f8bf6a19f72..fee7cac5b39 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 = 2026050400
- versionName = "2026.5.4"
+ versionCode = 2026050500
+ versionName = "2026.5.5"
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/CHANGELOG.md b/apps/ios/CHANGELOG.md
index 2c2859c3315..4ed56887d04 100644
--- a/apps/ios/CHANGELOG.md
+++ b/apps/ios/CHANGELOG.md
@@ -1,5 +1,9 @@
# OpenClaw iOS Changelog
+## 2026.5.5 - 2026-05-05
+
+Maintenance update for the current OpenClaw development release.
+
## 2026.5.4 - 2026-05-04
Maintenance update for the current OpenClaw development release.
diff --git a/apps/ios/Config/Version.xcconfig b/apps/ios/Config/Version.xcconfig
index 00176ebe6d9..78aca77a22d 100644
--- a/apps/ios/Config/Version.xcconfig
+++ b/apps/ios/Config/Version.xcconfig
@@ -2,8 +2,8 @@
// Source of truth: apps/ios/version.json
// Generated by scripts/ios-sync-versioning.ts.
-OPENCLAW_IOS_VERSION = 2026.5.4
-OPENCLAW_MARKETING_VERSION = 2026.5.4
+OPENCLAW_IOS_VERSION = 2026.5.5
+OPENCLAW_MARKETING_VERSION = 2026.5.5
OPENCLAW_BUILD_VERSION = 1
#include? "../build/Version.xcconfig"
diff --git a/apps/ios/fastlane/metadata/en-US/release_notes.txt b/apps/ios/fastlane/metadata/en-US/release_notes.txt
index 81649143857..be0f56c798d 100644
--- a/apps/ios/fastlane/metadata/en-US/release_notes.txt
+++ b/apps/ios/fastlane/metadata/en-US/release_notes.txt
@@ -1,3 +1 @@
Maintenance update for the current OpenClaw development release.
-
-- Gateway pairing now supports scanning QR codes from Settings and accepts full copied setup-code messages while keeping non-loopback `ws://` setup links blocked.
diff --git a/apps/ios/version.json b/apps/ios/version.json
index 15da026e0c9..3b7fa3855ad 100644
--- a/apps/ios/version.json
+++ b/apps/ios/version.json
@@ -1,3 +1,3 @@
{
- "version": "2026.5.4"
+ "version": "2026.5.5"
}
diff --git a/apps/macos/Sources/OpenClaw/Resources/Info.plist b/apps/macos/Sources/OpenClaw/Resources/Info.plist
index 2ac7c5363bc..4273e032697 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.5.4
+ 2026.5.5
CFBundleVersion
- 2026050400
+ 2026050500
CFBundleIconFile
OpenClaw
CFBundleURLTypes
diff --git a/package.json b/package.json
index bf356561cab..3b389624ce8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openclaw",
- "version": "2026.5.4",
+ "version": "2026.5.5",
"description": "Multi-channel AI gateway with extensible messaging integrations",
"keywords": [],
"homepage": "https://github.com/openclaw/openclaw#readme",