diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 9e756c4..0460ab4 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -53,7 +53,7 @@ publishing { create("core") { groupId = "com.amplitude" artifactId = "evaluation-proxy-core" - version = "0.1.0" + version = "0.2.0" from(components["java"]) pom { name.set("Amplitude Evaluation Proxy") diff --git a/core/src/main/kotlin/EvaluationProxy.kt b/core/src/main/kotlin/EvaluationProxy.kt index a2fab02..9e26b14 100644 --- a/core/src/main/kotlin/EvaluationProxy.kt +++ b/core/src/main/kotlin/EvaluationProxy.kt @@ -14,7 +14,7 @@ import kotlinx.coroutines.joinAll import kotlinx.coroutines.launch import kotlinx.serialization.encodeToString -const val VERSION = "0.1.0" +const val VERSION = "0.2.0" class HttpErrorResponseException( val status: Int,