Skip to content

Commit

Permalink
1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jul 29, 2022
1 parent 146f581 commit 7fda309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
// Publishing

group = "com.amplitude"
version = "1.0.0-beta.2"
version = "1.0.0-beta.3"

nexusPublishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Experiment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.amplitude.experiment.util.Logger
import com.amplitude.experiment.util.SystemLogger
import java.util.concurrent.Executors

internal const val LIBRARY_VERSION = "1.0.0-beta.2"
internal const val LIBRARY_VERSION = "1.0.0-beta.3"

object Experiment {

Expand Down

0 comments on commit 7fda309

Please sign in to comment.