get Sdk Version
Returns the version of the Stellar SDK.
This version string is used for client identification in HTTP headers (X-Client-Version) to help Stellar server operators track SDK usage and identify SDK-specific issues.
Note: Currently hardcoded to match the version in build.gradle.kts. In future versions, this could be generated at build time from gradle.properties.
Return
The SDK version string (e.g., "1.0.0")