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 7524155 commit a7ebe6fCopy full SHA for a7ebe6f
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.1
+VERSION_NAME=1.3.2
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
@@ -1,8 +1,8 @@
1
package com.statsig.sdk
2
3
-import java.util.Properties
+import java.util.*
4
5
-private const val VERSION = "1.3.1"
+private const val VERSION = "1.3.2"
internal class StatsigMetadata {
companion object {
0 commit comments