Skip to content

Commit

Permalink
release: 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Mar 7, 2024
1 parent 92e6362 commit 7cb7f04
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 @@ -52,7 +52,7 @@ publishing {
create<MavenPublication>("core") {
groupId = "com.amplitude"
artifactId = "evaluation-proxy-core"
version = "0.4.6"
version = "0.4.7"
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 @@ -25,7 +25,7 @@ import kotlinx.serialization.encodeToString
import kotlin.time.DurationUnit
import kotlin.time.toDuration

const val VERSION = "0.4.6"
const val VERSION = "0.4.7"

class HttpErrorResponseException(
val status: Int,
Expand Down

0 comments on commit 7cb7f04

Please sign in to comment.