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 ec585d5 commit 5618b8dCopy full SHA for 5618b8d
gradle.properties
@@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
7
8
GROUP=com.statsig.serversdk
9
POM_ARTIFACT_ID=serversdk
10
-VERSION_NAME=2.0.1
+VERSION_NAME=2.0.2
11
12
POM_NAME=Statsig Server SDK
13
POM_DESCRIPTION=A feature gating and a/b testing library for statsig
src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt
@@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName
4
import java.util.Properties
5
import java.util.UUID
6
-private const val VERSION = "2.0.1"
+private const val VERSION = "2.0.2"
internal data class StatsigMetadata(
@SerializedName("sdkType") var sdkType: String = "java-server",
0 commit comments