Skip to content

Commit

Permalink
bump to v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Aug 17, 2021
1 parent 291c2e6 commit b4b7b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.21"
const val MainClass = "suwayomi.tachidesk.MainKt"

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

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

Expand Down

0 comments on commit b4b7b5d

Please sign in to comment.