Skip to content

sdk_version

Required: Yes
Type: string

Stores the version of the SDK. May have any format, but expected to adhere to the semver specification to support SDK upgrades.

Example

1
sdk_version: "3.2.0"
Back to top