Skip to content

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Aug 14, 2024
1 parent cf67844 commit 29d6fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ publishing {
create<MavenPublication>("core") {
groupId = "com.amplitude"
artifactId = "evaluation-proxy-core"
version = "0.5.0"
version = "0.5.1"
from(components["java"])
pom {
name.set("Amplitude Evaluation Proxy")
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/kotlin/EvaluationProxy.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.jetbrains.annotations.VisibleForTesting
import kotlin.time.DurationUnit
import kotlin.time.toDuration

const val EVALUATION_PROXY_VERSION = "0.5.0"
const val EVALUATION_PROXY_VERSION = "0.5.1"

class EvaluationProxyResponseException(
val response: EvaluationProxyResponse,
Expand Down

0 comments on commit 29d6fcf

Please sign in to comment.