Skip to content

Commit c103caf

Browse files
[release] 3.0.0 - ⚠️ Bump Kotlin JVM Plugin Version (#491)
### New Features - Bump kotlin JVM plugin from 1.9 to 2.x, this should only effect people on very old kotlin jvm versions. - Also bump okhttp and GSON versions. see here: https://endoflife.date/kotlin >Included In This Release >- 851533a Weihao Ding > - chore: bump couple versions (#490)
1 parent 851533a commit c103caf

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.2
11+
VERSION_NAME=3.0.0
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.2"
7+
private const val VERSION = "3.0.0"
88

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

0 commit comments

Comments
 (0)