We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1cea6 commit a2b9d6fCopy full SHA for a2b9d6f
src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt
@@ -6,7 +6,7 @@ import com.google.gson.annotations.SerializedName
6
import java.util.Properties
7
import java.util.UUID
8
9
-private const val VERSION = "1.8.0"
+private const val VERSION = "1.9.0"
10
11
internal data class StatsigMetadata(@SerializedName("sdkType") var sdkType: String = "java-server", @SerializedName("sessionID") var sessionID: String = UUID.randomUUID().toString(), @SerializedName("languageVersion") var languageVersion: String = System.getProperty("java.version"), @SerializedName("exposureLoggingDisabled") var exposureLoggingDisabled: Boolean? = null) {
12
@SerializedName("sdkVersion")
0 commit comments