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 f93b858 commit 57e11adCopy full SHA for 57e11ad
gradle.properties
@@ -1,2 +1,2 @@
1
kotlin.code.style=official
2
-version=0.17.0
+version=0.18.0
src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt
@@ -2,7 +2,7 @@ package com.statsig.sdk
3
import java.util.Properties
4
5
-private const val VERSION = "0.17.0"
+private const val VERSION = "0.18.0"
6
7
internal class StatsigMetadata {
8
companion object {
0 commit comments