Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Feb 12, 2023
1 parent d27ef12 commit 4cc96de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import java.io.BufferedReader
const val MainClass = "suwayomi.tachidesk.MainKt"

// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.6"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"

val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r963"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"

// counts commits on the master branch
val tachideskRevision = runCatching {
Expand Down

0 comments on commit 4cc96de

Please sign in to comment.