1 package internal 2 3 // SDKVersion is the current version string of the SDK. This is updated by our release scripts. 4 const SDKVersion = "6.0.3" 5
View as plain text