Skip to content

Commit 9310f14

Browse files
[release] 2.0.0 - Bump Kotlin Jvm Version (#456)
### Improvements - bump koltin('jvm') version from 1.6 to 1.8.22 - bump okhttp version to 4.12+ >Included In This Release >- 19c236f Weihao Ding > - chore: bump dependencies version and fix syntax (#455)
1 parent 19c236f commit 9310f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
77

88
GROUP=com.statsig.serversdk
99
POM_ARTIFACT_ID=serversdk
10-
VERSION_NAME=1.36.3
10+
VERSION_NAME=2.0.0
1111

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

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

+1-1
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 = "1.36.3"
7+
private const val VERSION = "2.0.0"
88

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

0 commit comments

Comments
 (0)