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 e96a4a4 commit 84a97a2Copy full SHA for 84a97a2
gradle.properties
@@ -8,7 +8,7 @@ signAllPublications=true
8
9
GROUP=com.statsig
10
POM_ARTIFACT_ID=serversdk
11
-VERSION_NAME=3.0.1
+VERSION_NAME=3.1.0
12
13
POM_NAME=Statsig Server SDK
14
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
7
-private const val VERSION = "3.0.1"
+private const val VERSION = "3.1.0"
internal data class StatsigMetadata(
@SerializedName("sdkType") var sdkType: String = "java-server",
0 commit comments