Skip to content

Commit

Permalink
Merge pull request #7 from statsig-io/expose-value-on-layer
Browse files Browse the repository at this point in the history
expose value on layer temporarily
  • Loading branch information
jkw-statsig authored Apr 8, 2022
2 parents 5c61e30 + d4473fe commit a96e499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=0.13.0
version=0.13.1
2 changes: 1 addition & 1 deletion src/main/kotlin/com/statsig/sdk/Layer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Layer(
val ruleID: String? = null,
val secondaryExposures: ArrayList<Map<String, String>> = arrayListOf(),
val allocatedExperiment: String,
private val value: Map<String, Any>) {
val value: Map<String, Any>) {

init { }

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/statsig/sdk/StatsigServer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sealed class StatsigServer {
}
}

private const val VERSION = "0.13.0"
private const val VERSION = "0.13.1"

private class StatsigServerImpl(serverSecret: String, private val options: StatsigOptions) :
StatsigServer() {
Expand Down

0 comments on commit a96e499

Please sign in to comment.