We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27ef12 commit 4cc96deCopy full SHA for 4cc96de
buildSrc/src/main/kotlin/Constants.kt
@@ -10,9 +10,9 @@ import java.io.BufferedReader
10
const val MainClass = "suwayomi.tachidesk.MainKt"
11
12
// should be bumped with each stable release
13
-val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.6"
+val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
14
15
-val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r963"
+val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"
16
17
// counts commits on the master branch
18
val tachideskRevision = runCatching {
0 commit comments