build: prepare 2026.3.14 cycle

This commit is contained in:
Peter Steinberger 2026-03-14 06:01:52 +00:00
parent 6e251dcf68
commit be8fc3399e
No known key found for this signature in database
4 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,10 @@ Docs: https://docs.openclaw.ai
## Unreleased ## Unreleased
### Changes
- Placeholder: replace with the first 2026.3.14 user-facing change.
## 2026.3.13 ## 2026.3.13
### Changes ### Changes

View File

@ -1,8 +1,8 @@
// Shared iOS version defaults. // Shared iOS version defaults.
// Generated overrides live in build/Version.xcconfig (git-ignored). // Generated overrides live in build/Version.xcconfig (git-ignored).
OPENCLAW_GATEWAY_VERSION = 0.0.0 OPENCLAW_GATEWAY_VERSION = 2026.3.14
OPENCLAW_MARKETING_VERSION = 0.0.0 OPENCLAW_MARKETING_VERSION = 2026.3.14
OPENCLAW_BUILD_VERSION = 0 OPENCLAW_BUILD_VERSION = 202603140
#include? "../build/Version.xcconfig" #include? "../build/Version.xcconfig"

View File

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2026.3.13</string> <string>2026.3.14</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>202603130</string> <string>202603140</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>OpenClaw</string> <string>OpenClaw</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>

View File

@ -1,6 +1,6 @@
{ {
"name": "openclaw", "name": "openclaw",
"version": "2026.3.13", "version": "2026.3.14",
"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",