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 1938923 + 557438e commit 5476d1fCopy full SHA for 5476d1f
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.3.2
+VERSION_NAME=1.3.3
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.3.2"
+private const val VERSION = "1.3.3"
internal class StatsigMetadata {
companion object {
0 commit comments