Skip to content

Commit 57e11ad

Browse files
bump version
1 parent f93b858 commit 57e11ad

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.17.0
2+
version=0.18.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.statsig.sdk
22

33
import java.util.Properties
44

5-
private const val VERSION = "0.17.0"
5+
private const val VERSION = "0.18.0"
66

77
internal class StatsigMetadata {
88
companion object {

0 commit comments

Comments
 (0)