Skip to content

Commit 0e34dd2

Browse files
[release] 2.2.1 - Test Improvement, Right Version From Maven (#485)
### Improvements - Better Unit tests ### Fixes - Fixed the version attached on Maven >Included In This Release >- d8bb571 Weihao Ding > - chore: fix test retry + remove tests that hit e2e test (#484)
1 parent 058508f commit 0e34dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ signAllPublications=true
88

99
GROUP=com.statsig
1010
POM_ARTIFACT_ID=serversdk
11-
VERSION_NAME=2.2.0
11+
VERSION_NAME=2.2.1
1212

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName
44
import java.util.Properties
55
import java.util.UUID
66

7-
private const val VERSION = "2.2.0"
7+
private const val VERSION = "2.2.1"
88

99
internal data class StatsigMetadata(
1010
@SerializedName("sdkType") var sdkType: String = "java-server",

0 commit comments

Comments
 (0)