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 a8d349e commit d489be1Copy full SHA for d489be1
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.33.0
+VERSION_NAME=1.34.0
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.33.0"
+private const val VERSION = "1.34.0"
internal data class StatsigMetadata(
@SerializedName("sdkType") var sdkType: String = "java-server",
0 commit comments