Skip to content

Commit a7ebe6f

Browse files
bump version
1 parent 7524155 commit a7ebe6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true
66

77
GROUP=com.statsig.serversdk
88
POM_ARTIFACT_ID=serversdk
9-
VERSION_NAME=1.3.1
9+
VERSION_NAME=1.3.2
1010

1111
POM_NAME=Statsig Server SDK
1212
POM_DESCRIPTION=A feature gating and a/b testing library for statsig

src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.statsig.sdk
22

3-
import java.util.Properties
3+
import java.util.*
44

5-
private const val VERSION = "1.3.1"
5+
private const val VERSION = "1.3.2"
66

77
internal class StatsigMetadata {
88
companion object {

0 commit comments

Comments
 (0)