Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed Jan 28, 2025
1 parent ec754bd commit 780437c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrowthBook/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.growthbook.sdk"
version = "2.0.0-alpha"
version = "2.0.0"

kotlin {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data class GBFeature(
/**
* The default value (should use null if not specified)
*/
internal val defaultValue: GBValue? = null,
val defaultValue: GBValue? = null,

/**
* Array of Rule objects that determine when and how the defaultValue gets overridden
Expand Down

0 comments on commit 780437c

Please # to comment.