mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-13 02:01:16 +00:00
* feat(ios): decouple app versioning from gateway * feat(ios): pin calver release versioning * refactor(ios): drop prerelease version helper fields * docs(changelog): note pinned ios release versioning (#63001) (thanks @ngutman)
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
// Shared iOS version defaults.
|
|
// Source of truth: apps/ios/version.json
|
|
// Generated by scripts/ios-sync-versioning.ts.
|
|
|
|
OPENCLAW_IOS_VERSION = 2026.4.6
|
|
OPENCLAW_MARKETING_VERSION = 2026.4.6
|
|
OPENCLAW_BUILD_VERSION = 1
|
|
|
|
#include? "../build/Version.xcconfig"
|