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 4949751 commit 02eb5f5Copy full SHA for 02eb5f5
gradle.properties
@@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
7
8
GROUP=com.statsig.serversdk
9
POM_ARTIFACT_ID=serversdk
10
-VERSION_NAME=1.35.5
+VERSION_NAME=1.35.6
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 = "1.35.5"
+private const val VERSION = "1.35.6"
internal data class StatsigMetadata(
@SerializedName("sdkType") var sdkType: String = "java-server",
0 commit comments