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.
2 parents 8d9e8c8 + b53cb5e commit 76094d5Copy full SHA for 76094d5
gradle.properties
@@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true
6
7
GROUP=com.statsig.serversdk
8
POM_ARTIFACT_ID=serversdk
9
-VERSION_NAME=1.5.0
+VERSION_NAME=1.6.0
10
11
POM_NAME=Statsig Server SDK
12
POM_DESCRIPTION=A feature gating and a/b testing library for statsig
src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt
@@ -2,7 +2,7 @@ package com.statsig.sdk
2
3
import java.util.Properties
4
5
-private const val VERSION = "1.5.0"
+private const val VERSION = "1.6.0"
internal class StatsigMetadata {
companion object {
0 commit comments