Skip to content

Commit

Permalink
EVA-PIMP bump versions may 2024 correct release versions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rattenkrieg committed May 25, 2024
1 parent 530bb80 commit 14c7522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/CI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import java.lang.Boolean.parseBoolean

object Ci {

private const val SNAPSHOT_BASE = "0.7.1"
private const val RELEASE_VERSION = "0.6.8"
private const val SNAPSHOT_BASE = "0.7.0"
private const val RELEASE_VERSION = "0.6.9"
private val githubSha = System.getenv("GITHUB_SHA") ?: "latest"

val publishRelease = System.getProperty("release", "true").let(::parseBoolean)
Expand Down

0 comments on commit 14c7522

Please sign in to comment.