Skip to content

Commit b8528db

Browse files
committed
bump 0.14.2
1 parent 8f96430 commit b8528db

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
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
version=0.14.1
2+
version=0.14.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sealed class StatsigServer {
130130
}
131131
}
132132

133-
private const val VERSION = "0.14.1"
133+
private const val VERSION = "0.14.2"
134134

135135
private class StatsigServerImpl(serverSecret: String, private val options: StatsigOptions) :
136136
StatsigServer() {

0 commit comments

Comments
 (0)